| Package | Description |
|---|---|
| com.baidubce.services.bos | |
| com.baidubce.services.bos.model |
| Modifier and Type | Method and Description |
|---|---|
void |
BosClient.setBucketAcl(SetBucketAclRequest request)
Sets the Acl for the specified Bos bucket.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
SetBucketAclRequest |
SetBucketAclRequest.withBucketName(String bucketName) |
SetBucketAclRequest |
SetBucketAclRequest.withCannedAcl(CannedAccessControlList cannedAcl)
Sets the canned ACL to be applied to the specified bucket when this
request is executed.
|
SetBucketAclRequest |
SetBucketAclRequest.withJsonAcl(String jsonAcl)
Sets the custom Access Control List containing the access rules to
apply to the specified bucket when this request is executed.
|
SetBucketAclRequest |
SetBucketAclRequest.withRequestCredentials(BceCredentials credentials) |
Copyright © 2020. All rights reserved.