Class GetBucketAclRequest

    • Constructor Detail

      • 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.
    • Method Detail

      • 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.