Java com.amazonaws.services.s3.model DeleteObjectsRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.s3.model DeleteObjectsRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.s3.model DeleteObjectsRequest.

The text is from its open source code.

Constructor

DeleteObjectsRequest(String bucketName)
Constructs a new DeleteObjectsRequest , specifying the objects' bucket name.

Method

StringgetBucketName()
Gets the name of the Amazon S3 bucket containing the object(s) to delete.
ListgetKeys()
Returns the list of keys to delete from this bucket.
voidsetKeys(List keys)
Sets the list of keys to delete from this bucket, clearing any existing list of keys.
voidsetQuiet(boolean quiet)
Sets the quiet element for this request.
DeleteObjectsRequestwithKeys(List keys)
Sets the list of keys to delete from this bucket, clearing any existing list of keys.
DeleteObjectsRequestwithKeys(String... keys)
Convenience method to specify a set of keys without versions.