Uses of Class
com.amazonaws.services.s3.model.AbortMultipartUploadRequest
Packages that use AbortMultipartUploadRequest
Package
Description
Synchronous client for accessing Amazon S3.
Classes modeling the various types represented by Amazon S3.
-
Uses of AbortMultipartUploadRequest in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 with parameters of type AbortMultipartUploadRequestModifier and TypeMethodDescriptionvoid
AbstractAmazonS3.abortMultipartUpload
(AbortMultipartUploadRequest request) void
AmazonS3.abortMultipartUpload
(AbortMultipartUploadRequest request) Aborts a multipart upload.void
AmazonS3Client.abortMultipartUpload
(AbortMultipartUploadRequest abortMultipartUploadRequest) void
AmazonS3EncryptionClient.abortMultipartUpload
(AbortMultipartUploadRequest req) -
Uses of AbortMultipartUploadRequest in com.amazonaws.services.s3.internal.crypto
Methods in com.amazonaws.services.s3.internal.crypto with parameters of type AbortMultipartUploadRequestModifier and TypeMethodDescriptionvoid
CryptoModuleDispatcher.abortMultipartUploadSecurely
(AbortMultipartUploadRequest req) abstract void
S3CryptoModule.abortMultipartUploadSecurely
(AbortMultipartUploadRequest req) final void
S3CryptoModuleBase.abortMultipartUploadSecurely
(AbortMultipartUploadRequest req) -
Uses of AbortMultipartUploadRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return AbortMultipartUploadRequestModifier and TypeMethodDescriptionAbortMultipartUploadRequest.withBucketName
(String bucketName) Sets the name of the bucket containing the multipart upload to abort and returns the updated object so that additional calls can be chained together.Sets the key of the multipart upload to abort and returns the updated AbortMultipartUploadRequest object so that additional method calls can be chained together.AbortMultipartUploadRequest.withRequesterPays
(boolean isRequesterPays) Used for conducting this operation from a Requester Pays Bucket.AbortMultipartUploadRequest.withUploadId
(String uploadId) Sets the ID of the multipart upload to abort, and returns this updated AbortMultipartUploadRequest object so that additional method calls can be chained together.