Package com.amazonaws.services.s3.model
Class GetBucketAclRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.s3.model.GetBucketAclRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
Request object containing all the options for requesting a bucket's Access Control List (ACL).
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
ConstructorsConstructorDescriptionGetBucketAclRequest
(String bucketName) Constructs a new GetBucketAclRequest object, ready to retrieve the ACL for the specified bucket when executed. -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the bucket whose ACL will be retrieved by this request, when executed.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
GetBucketAclRequest
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.
-
-
Method Details
-
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.
-