|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeleteObjectsRequest.KeyVersion | |
---|---|
com.amazonaws.services.s3.model | Classes modeling the various types represented by Amazon S3. |
Uses of DeleteObjectsRequest.KeyVersion in com.amazonaws.services.s3.model |
---|
Methods in com.amazonaws.services.s3.model that return types with arguments of type DeleteObjectsRequest.KeyVersion | |
---|---|
List<DeleteObjectsRequest.KeyVersion> |
DeleteObjectsRequest.getKeys()
Returns the list of keys to delete from this bucket. |
Method parameters in com.amazonaws.services.s3.model with type arguments of type DeleteObjectsRequest.KeyVersion | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |