Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
List<DeleteObjectsRequest.KeyVersion> |
DeleteObjectsRequest.getKeys()
Returns the list of keys to delete from this bucket.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteObjectsRequest.setKeys(List<DeleteObjectsRequest.KeyVersion> keys)
Sets the list of keys to delete from this bucket, clearing any existing
list of keys.
|
DeleteObjectsRequest |
DeleteObjectsRequest.withKeys(List<DeleteObjectsRequest.KeyVersion> keys)
Sets the list of keys to delete from this bucket, clearing any existing
list of keys.
|
Copyright © 2024. All rights reserved.