Uses of Class
com.amazonaws.services.s3.model.DeleteObjectsRequest.KeyVersion
Packages that use DeleteObjectsRequest.KeyVersion
Package
Description
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.KeyVersionModifier and TypeMethodDescriptionDeleteObjectsRequest.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.KeyVersionModifier and TypeMethodDescriptionvoid
DeleteObjectsRequest.setKeys
(List<DeleteObjectsRequest.KeyVersion> keys) Sets the list of keys to delete from this bucket, clearing any existing list of keys.DeleteObjectsRequest.withKeys
(List<DeleteObjectsRequest.KeyVersion> keys) Sets the list of keys to delete from this bucket, clearing any existing list of keys.