public class GetBucketAclRequest extends AmazonWebServiceRequest implements Serializable
NOOP| Constructor and Description |
|---|
GetBucketAclRequest(String bucketName)
Constructs a new GetBucketAclRequest object, ready to retrieve the ACL
for the specified bucket when executed.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBucketName()
Returns the name of the bucket whose ACL will be retrieved by this
request, when executed.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic GetBucketAclRequest(String bucketName)
bucketName - The name of the bucket whose ACL will be retrieved by this
request when executed.public String getBucketName()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.