|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.s3.model.GetBucketAclRequest
public class GetBucketAclRequest
Request object containing all the options for requesting a bucket's Access Control List (ACL).
Constructor Summary | |
---|---|
GetBucketAclRequest(java.lang.String bucketName)
Constructs a new GetBucketAclRequest object, ready to retrieve the ACL for the specified bucket when executed. |
Method Summary | |
---|---|
java.lang.String |
getBucketName()
Returns the name of the bucket whose ACL will be retrieved by this request, when executed. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetBucketAclRequest(java.lang.String bucketName)
bucketName
- The name of the bucket whose ACL will be retrieved by this
request when executed.Method Detail |
---|
public java.lang.String getBucketName()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |