DeleteObjectsRequest |
DeleteObjectsRequest.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.
|
DeleteObjectsRequest |
DeleteObjectsRequest.withKeys(String... keys) |
Convenience method to specify a set of keys without versions.
|
DeleteObjectsRequest |
DeleteObjectsRequest.withKeys(List<DeleteObjectsRequest.KeyVersion> keys) |
Sets the list of keys to delete from this bucket, clearing any existing
list of keys.
|
DeleteObjectsRequest |
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 |
DeleteObjectsRequest.withQuiet(boolean quiet) |
Sets the quiet element for this request.
|
DeleteObjectsRequest |
DeleteObjectsRequest.withRequesterPays(boolean isRequesterPays) |
Used for conducting this operation from a Requester Pays Bucket.
|