Uses of Class
com.amazonaws.services.s3.model.DeleteObjectsRequest.KeyVersion
-
Packages that use DeleteObjectsRequest.KeyVersion Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method 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.
-