Uses of Class
com.amazonaws.services.glacier.model.CompleteMultipartUploadResult
Packages that use CompleteMultipartUploadResult
-
Uses of CompleteMultipartUploadResult in com.amazonaws.services.glacier
Methods in com.amazonaws.services.glacier that return CompleteMultipartUploadResultModifier and TypeMethodDescriptionAbstractAmazonGlacier.completeMultipartUpload
(CompleteMultipartUploadRequest request) AmazonGlacier.completeMultipartUpload
(CompleteMultipartUploadRequest completeMultipartUploadRequest) You call this operation to inform Amazon Glacier that all the archive parts have been uploaded and that Amazon Glacier can now assemble the archive from the uploaded parts.AmazonGlacierClient.completeMultipartUpload
(CompleteMultipartUploadRequest completeMultipartUploadRequest) You call this operation to inform Amazon Glacier that all the archive parts have been uploaded and that Amazon Glacier can now assemble the archive from the uploaded parts.Methods in com.amazonaws.services.glacier that return types with arguments of type CompleteMultipartUploadResultModifier and TypeMethodDescriptionAbstractAmazonGlacierAsync.completeMultipartUploadAsync
(CompleteMultipartUploadRequest request) AbstractAmazonGlacierAsync.completeMultipartUploadAsync
(CompleteMultipartUploadRequest request, AsyncHandler<CompleteMultipartUploadRequest, CompleteMultipartUploadResult> asyncHandler) AmazonGlacierAsync.completeMultipartUploadAsync
(CompleteMultipartUploadRequest completeMultipartUploadRequest) You call this operation to inform Amazon Glacier that all the archive parts have been uploaded and that Amazon Glacier can now assemble the archive from the uploaded parts.AmazonGlacierAsync.completeMultipartUploadAsync
(CompleteMultipartUploadRequest completeMultipartUploadRequest, AsyncHandler<CompleteMultipartUploadRequest, CompleteMultipartUploadResult> asyncHandler) You call this operation to inform Amazon Glacier that all the archive parts have been uploaded and that Amazon Glacier can now assemble the archive from the uploaded parts.AmazonGlacierAsyncClient.completeMultipartUploadAsync
(CompleteMultipartUploadRequest request) AmazonGlacierAsyncClient.completeMultipartUploadAsync
(CompleteMultipartUploadRequest request, AsyncHandler<CompleteMultipartUploadRequest, CompleteMultipartUploadResult> asyncHandler) Method parameters in com.amazonaws.services.glacier with type arguments of type CompleteMultipartUploadResultModifier and TypeMethodDescriptionAbstractAmazonGlacierAsync.completeMultipartUploadAsync
(CompleteMultipartUploadRequest request, AsyncHandler<CompleteMultipartUploadRequest, CompleteMultipartUploadResult> asyncHandler) AmazonGlacierAsync.completeMultipartUploadAsync
(CompleteMultipartUploadRequest completeMultipartUploadRequest, AsyncHandler<CompleteMultipartUploadRequest, CompleteMultipartUploadResult> asyncHandler) You call this operation to inform Amazon Glacier that all the archive parts have been uploaded and that Amazon Glacier can now assemble the archive from the uploaded parts.AmazonGlacierAsyncClient.completeMultipartUploadAsync
(CompleteMultipartUploadRequest request, AsyncHandler<CompleteMultipartUploadRequest, CompleteMultipartUploadResult> asyncHandler) -
Uses of CompleteMultipartUploadResult in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return CompleteMultipartUploadResultModifier and TypeMethodDescriptionCompleteMultipartUploadResult.clone()
CompleteMultipartUploadResult.withArchiveId
(String archiveId) The ID of the archive.CompleteMultipartUploadResult.withChecksum
(String checksum) The checksum of the archive computed by Amazon Glacier.CompleteMultipartUploadResult.withLocation
(String location) The relative URI path of the newly added archive resource.