public class GetBucketAclRequest extends AmazonWebServiceRequest
| Constructor and Description |
|---|
GetBucketAclRequest(java.lang.String bucketName)
Constructs a new GetBucketAclRequest object, ready to retrieve the ACL
for the specified bucket when executed.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBucketName()
Returns the name of the bucket whose ACL will be retrieved by this
request, when executed.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic GetBucketAclRequest(java.lang.String bucketName)
bucketName - The name of the bucket whose ACL will be retrieved by
this request when executed.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.