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 TypeMethodDescriptionvoidAbstractAmazonS3.abortMultipartUpload(AbortMultipartUploadRequest request) voidAmazonS3.abortMultipartUpload(AbortMultipartUploadRequest request) Aborts a multipart upload.voidAmazonS3Client.abortMultipartUpload(AbortMultipartUploadRequest abortMultipartUploadRequest) voidAmazonS3EncryptionClient.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 TypeMethodDescriptionvoidCryptoModuleDispatcher.abortMultipartUploadSecurely(AbortMultipartUploadRequest req) abstract voidS3CryptoModule.abortMultipartUploadSecurely(AbortMultipartUploadRequest req) final voidS3CryptoModuleBase.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.