| Package | Description |
|---|---|
| com.baidubce.services.bos.model |
| Modifier and Type | Method and Description |
|---|---|
Grant |
Grant.withGrantee(List<Grantee> grantee)
Sets the grantee being granted a permission by this grant.
|
Grant |
Grant.withPermission(List<Permission> permission)
Sets the permission being granted to the grantee by this grant.
|
| Modifier and Type | Method and Description |
|---|---|
List<Grant> |
SetBucketAclRequest.getAccessControlList()
Returns the custom ACL to be applied to the specified bucket when this
request is executed.
|
List<Grant> |
GetBucketAclResponse.getAccessControlList()
Gets the accessControlList of this bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SetBucketAclRequest.setAccessControlList(List<Grant> accessControlList)
Sets the custom Access Control List containing the access rules to
apply to the specified bucket when this request is executed.
|
void |
GetBucketAclResponse.setAccessControlList(List<Grant> accessControlList)
Sets the accessControlList of this bucket.
|
SetBucketAclRequest |
SetBucketAclRequest.withAccessControlList(List<Grant> accessControlList)
Sets the custom Access Control List containing the access rules to
apply to the specified bucket when this request is executed.
|
| Constructor and Description |
|---|
SetBucketAclRequest(String bucketName,
List<Grant> accessControlList)
Constructs a new SetBucketAclRequest object, ready to set the specified
ACL on the specified bucket when this request is executed.
|
Copyright © 2016. All rights reserved.