com.amazonaws.services.s3.model
Class GetBucketAclRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.s3.model.GetBucketAclRequest
public class GetBucketAclRequest
- extends AmazonWebServiceRequest
Request object containing all the options for requesting a bucket's Access Control List (ACL).
Constructor Summary |
GetBucketAclRequest(String bucketName)
Constructs a new GetBucketAclRequest object, ready to retrieve the ACL
for the specified bucket when executed. |
Method Summary |
String |
getBucketName()
Returns the name of the bucket whose ACL will be retrieved by this
request, when executed. |
GetBucketAclRequest
public GetBucketAclRequest(String bucketName)
- Constructs a new GetBucketAclRequest object, ready to retrieve the ACL
for the specified bucket when executed.
- Parameters:
bucketName
- The name of the bucket whose ACL will be retrieved by this
request when executed.
getBucketName
public String getBucketName()
- Returns the name of the bucket whose ACL will be retrieved by this
request, when executed.
- Returns:
- The name of the bucket whose ACL will be retrieved by this
request, when executed.
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.