Uses of Class
com.amazonaws.services.s3.model.CompleteMultipartUploadRequest
Packages that use CompleteMultipartUploadRequest
Package
Description
Synchronous client for accessing Amazon S3.
Classes modeling the various types represented by Amazon S3.
-
Uses of CompleteMultipartUploadRequest in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 with parameters of type CompleteMultipartUploadRequestModifier and TypeMethodDescriptionAbstractAmazonS3.completeMultipartUpload
(CompleteMultipartUploadRequest request) AmazonS3.completeMultipartUpload
(CompleteMultipartUploadRequest request) Completes a multipart upload by assembling previously uploaded parts.AmazonS3Client.completeMultipartUpload
(CompleteMultipartUploadRequest completeMultipartUploadRequest) AmazonS3EncryptionClient.completeMultipartUpload
(CompleteMultipartUploadRequest req) -
Uses of CompleteMultipartUploadRequest in com.amazonaws.services.s3.internal.crypto
Methods in com.amazonaws.services.s3.internal.crypto with parameters of type CompleteMultipartUploadRequestModifier and TypeMethodDescriptionCryptoModuleDispatcher.completeMultipartUploadSecurely
(CompleteMultipartUploadRequest req) abstract CompleteMultipartUploadResult
S3CryptoModule.completeMultipartUploadSecurely
(CompleteMultipartUploadRequest req) S3CryptoModuleBase.completeMultipartUploadSecurely
(CompleteMultipartUploadRequest req) -
Uses of CompleteMultipartUploadRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return CompleteMultipartUploadRequestModifier and TypeMethodDescriptionCompleteMultipartUploadRequest.withBucketName
(String bucketName) Sets the name of the bucket containing the multipart upload to complete, and returns this updated CompleteMultipartUploadRequest so that additional method calls can be chained together.Sets the key under which the multipart upload to complete is stored, and returns this updated CompleteMultipartUploadRequest object so that additional method calls can be chained together.CompleteMultipartUploadRequest.withPartETags
(UploadPartResult... uploadPartResults) Sets the list of part numbers and ETags that identify the individual parts of the multipart upload to complete based on the specified results from part uploads.CompleteMultipartUploadRequest.withPartETags
(Collection<UploadPartResult> uploadPartResultsCollection) Sets the list of part numbers and ETags that identify the individual parts of the multipart upload to complete based on the specified results from part uploads.CompleteMultipartUploadRequest.withPartETags
(List<PartETag> partETags) Sets the list of part numbers and ETags that identify the individual parts of the multipart upload to complete, and returns this updated CompleteMultipartUploadRequest object so that additional method calls can be chained.CompleteMultipartUploadRequest.withRequesterPays
(boolean isRequesterPays) Used for conducting this operation from a Requester Pays Bucket.CompleteMultipartUploadRequest.withUploadId
(String uploadId) Sets the ID of the multipart upload to complete, and returns this updated CompleteMultipartUploadRequest object so that additional method calls can be chained together.