Uses of Class
com.amazonaws.services.s3.model.DeleteObjectRequest
Packages that use DeleteObjectRequest
Package
Description
Synchronous client for accessing Amazon S3.
Classes modeling the various types represented by Amazon S3.
-
Uses of DeleteObjectRequest in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 with parameters of type DeleteObjectRequestModifier and TypeMethodDescriptionvoidAbstractAmazonS3.deleteObject(DeleteObjectRequest deleteObjectRequest) voidAmazonS3.deleteObject(DeleteObjectRequest deleteObjectRequest) Deletes the specified object in the specified bucket.voidAmazonS3Client.deleteObject(DeleteObjectRequest deleteObjectRequest) voidAmazonS3EncryptionClient.deleteObject(DeleteObjectRequest req) -
Uses of DeleteObjectRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return DeleteObjectRequestModifier and TypeMethodDescriptionDeleteObjectRequest.withBucketName(String bucketName) Sets the name of the Amazon S3 bucket containing the object to delete and returns this object, enabling additional method calls to be chained together.Sets the key of the object to delete and returns this object, enabling additional method calls to be chained together.DeleteObjectRequest.withRequesterPays(boolean isRequesterPays) Used for conducting this operation from a Requester Pays Bucket.