Uses of Class
com.amazonaws.services.s3.model.CompleteMultipartUploadRequest
-
Packages that use CompleteMultipartUploadRequest Package Description com.amazonaws.services.s3 Synchronous client for accessing Amazon S3.com.amazonaws.services.s3.internal.crypto com.amazonaws.services.s3.model 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 CompleteMultipartUploadRequest Modifier and Type Method Description CompleteMultipartUploadResultAbstractAmazonS3. completeMultipartUpload(CompleteMultipartUploadRequest request)CompleteMultipartUploadResultAmazonS3. completeMultipartUpload(CompleteMultipartUploadRequest request)Completes a multipart upload by assembling previously uploaded parts.CompleteMultipartUploadResultAmazonS3Client. completeMultipartUpload(CompleteMultipartUploadRequest completeMultipartUploadRequest)CompleteMultipartUploadResultAmazonS3EncryptionClient. 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 CompleteMultipartUploadRequest Modifier and Type Method Description CompleteMultipartUploadResultCryptoModuleDispatcher. completeMultipartUploadSecurely(CompleteMultipartUploadRequest req)abstract CompleteMultipartUploadResultS3CryptoModule. completeMultipartUploadSecurely(CompleteMultipartUploadRequest req)CompleteMultipartUploadResultS3CryptoModuleBase. completeMultipartUploadSecurely(CompleteMultipartUploadRequest req) -
Uses of CompleteMultipartUploadRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return CompleteMultipartUploadRequest Modifier and Type Method Description CompleteMultipartUploadRequestCompleteMultipartUploadRequest. 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.CompleteMultipartUploadRequestCompleteMultipartUploadRequest. withKey(String key)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.CompleteMultipartUploadRequestCompleteMultipartUploadRequest. 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.CompleteMultipartUploadRequestCompleteMultipartUploadRequest. 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.CompleteMultipartUploadRequestCompleteMultipartUploadRequest. 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.CompleteMultipartUploadRequestCompleteMultipartUploadRequest. withRequesterPays(boolean isRequesterPays)Used for conducting this operation from a Requester Pays Bucket.CompleteMultipartUploadRequestCompleteMultipartUploadRequest. 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.
-