public class GetBucketAclRequest extends AmazonWebServiceRequest
| 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.
|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic GetBucketAclRequest(String bucketName)
bucketName - The name of the bucket whose ACL will be retrieved by this
request when executed.public String getBucketName()
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.