类 GetBucketAclResponse

    • 字段详细资料

      • MAX_SUPPORTED_ACL_VERSION

        public static final int MAX_SUPPORTED_ACL_VERSION
        另请参阅:
        常量字段值
    • 构造器详细资料

      • GetBucketAclResponse

        public GetBucketAclResponse()
    • 方法详细资料

      • getVersion

        public int getVersion()
        Gets the acl version.
        返回:
        the acl version.
      • setVersion

        public void setVersion​(int version)
        Sets the acl version.
        参数:
        version - the acl version
      • getOwner

        public Grantee getOwner()
        Gets the user of this bucket.
        返回:
        The user of this bucket.
      • setOwner

        public void setOwner​(Grantee owner)
        Sets the user of this bucket.
        参数:
        owner - The user of this bucket.
      • getAccessControlList

        public List<Grant> getAccessControlList()
        Gets the accessControlList of this bucket.
        返回:
        The accessControlList of this bucket.
      • setAccessControlList

        public void setAccessControlList​(List<Grant> accessControlList)
        Sets the accessControlList of this bucket.
        参数:
        accessControlList - The accessControlList of this bucket.