|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SetBucketAclRequest | |
---|---|
com.baidubce.services.bos | |
com.baidubce.services.bos.model |
Uses of SetBucketAclRequest in com.baidubce.services.bos |
---|
Methods in com.baidubce.services.bos with parameters of type SetBucketAclRequest | |
---|---|
void |
BosClient.setBucketAcl(SetBucketAclRequest request)
Sets the Acl for the specified Bos bucket. |
Uses of SetBucketAclRequest in com.baidubce.services.bos.model |
---|
Methods in com.baidubce.services.bos.model that return SetBucketAclRequest | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |