Uses of Class
com.amazonaws.services.s3.model.DeleteObjectsRequest
Packages that use DeleteObjectsRequest
Package
Description
Synchronous client for accessing Amazon S3.
Classes modeling the various types represented by Amazon S3.
-
Uses of DeleteObjectsRequest in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 with parameters of type DeleteObjectsRequestModifier and TypeMethodDescriptionAbstractAmazonS3.deleteObjects
(DeleteObjectsRequest deleteObjectsRequest) AmazonS3.deleteObjects
(DeleteObjectsRequest deleteObjectsRequest) Deletes multiple objects in a single bucket from S3.AmazonS3Client.deleteObjects
(DeleteObjectsRequest deleteObjectsRequest) -
Uses of DeleteObjectsRequest in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return DeleteObjectsRequestModifier and TypeMethodDescriptionDeleteObjectsRequest.withBucketName
(String bucketName) Sets the name of the Amazon S3 bucket containing the object(s) to delete and returns this object, enabling additional method calls to be chained together.Convenience method to specify a set of keys without versions.DeleteObjectsRequest.withKeys
(List<DeleteObjectsRequest.KeyVersion> keys) Sets the list of keys to delete from this bucket, clearing any existing list of keys.DeleteObjectsRequest.withMfa
(MultiFactorAuthentication mfa) Sets the optional Multi-Factor Authentication information to include with this request Returns this, enabling additional method calls to be chained together.DeleteObjectsRequest.withQuiet
(boolean quiet) Sets the quiet element for this request.DeleteObjectsRequest.withRequesterPays
(boolean isRequesterPays) Used for conducting this operation from a Requester Pays Bucket.