Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
DeleteObjectsResult |
AbstractAmazonS3.deleteObjects(DeleteObjectsRequest deleteObjectsRequest) |
DeleteObjectsResult |
AmazonS3Client.deleteObjects(DeleteObjectsRequest deleteObjectsRequest) |
DeleteObjectsResult |
AmazonS3.deleteObjects(DeleteObjectsRequest deleteObjectsRequest)
Deletes multiple objects in a single bucket from S3.
|
Modifier and Type | Method and Description |
---|---|
DeleteObjectsRequest |
DeleteObjectsRequest.withBucketName(String bucketName)
The bucket name containing the objects to delete.
|
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.withKeys(String... keys)
Convenience method to specify a set of keys without versions.
|
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.
|
Copyright © 2024. All rights reserved.