Package | Description |
---|---|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
com.amazonaws.services.s3.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<DeleteObjectsRequest.KeyVersion> |
DeleteObjectsRequest.keys
List of keys to delete, with optional versions.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DeleteObjectsRequest.KeyVersion> |
DeleteObjectsRequest.getKeys()
Returns the list of keys to delete from this bucket.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteObjectsRequest.setKeys(java.util.List<DeleteObjectsRequest.KeyVersion> keys)
Sets the list of keys to delete from this bucket, clearing any existing
list of keys.
|
DeleteObjectsRequest |
DeleteObjectsRequest.withKeys(java.util.List<DeleteObjectsRequest.KeyVersion> keys)
Sets the list of keys to delete from this bucket, clearing any existing
list of keys.
|
Modifier and Type | Method and Description |
---|---|
private void |
MultiObjectDeleteXmlFactory.writeKeyVersion(XmlWriter xml,
DeleteObjectsRequest.KeyVersion keyVersion) |