public class DeleteObjectsRequest extends GenericRequest
Modifier and Type | Field and Description |
---|---|
static int |
DELETE_OBJECTS_ONETIME_LIMIT |
NOOP
Constructor and Description |
---|
DeleteObjectsRequest(String bucketName) |
Modifier and Type | Method and Description |
---|---|
String |
getEncodingType() |
List<String> |
getKeys() |
boolean |
isQuiet() |
void |
setEncodingType(String encodingType) |
void |
setKeys(List<String> keys) |
void |
setQuiet(boolean quiet) |
DeleteObjectsRequest |
withEncodingType(String encodingType) |
DeleteObjectsRequest |
withKeys(List<String> keys) |
DeleteObjectsRequest |
withQuiet(boolean quiet) |
getBucketName, getKey, getRequestPayer, getVersionId, setBucketName, setKey, setRequestPayer, setVersionId, withBucketName, withKey, withRequestPayer, withVersionId
addAdditionalHeaderName, addHeader, addParameter, getAdditionalHeaderNames, getEndpoint, getHeaders, getParameters, getProgressListener, isLogEnabled, setAdditionalHeaderNames, setEndpoint, setHeaders, setLogEnabled, setParameters, setProgressListener, withProgressListener
public static final int DELETE_OBJECTS_ONETIME_LIMIT
public DeleteObjectsRequest(String bucketName)
public boolean isQuiet()
public DeleteObjectsRequest withQuiet(boolean quiet)
public void setQuiet(boolean quiet)
public DeleteObjectsRequest withKeys(List<String> keys)
public String getEncodingType()
public void setEncodingType(String encodingType)
public DeleteObjectsRequest withEncodingType(String encodingType)
Copyright © 2023. All Rights Reserved.