|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CannedAccessControlList | |
|---|---|
| com.baidubce.services.bos | |
| com.baidubce.services.bos.model | |
| Uses of CannedAccessControlList in com.baidubce.services.bos |
|---|
| Methods in com.baidubce.services.bos with parameters of type CannedAccessControlList | |
|---|---|
void |
BosClient.setBucketAcl(String bucketName,
CannedAccessControlList acl)
Sets the CannedAccessControlList for the specified Bos bucket using one of the pre-configured CannedAccessControlLists. |
| Uses of CannedAccessControlList in com.baidubce.services.bos.model |
|---|
| Methods in com.baidubce.services.bos.model that return CannedAccessControlList | |
|---|---|
CannedAccessControlList |
SetBucketAclRequest.getCannedAcl()
Returns the canned ACL to be applied to the specified bucket when this request is executed. |
static CannedAccessControlList |
CannedAccessControlList.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CannedAccessControlList[] |
CannedAccessControlList.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.baidubce.services.bos.model with parameters of type CannedAccessControlList | |
|---|---|
void |
SetBucketAclRequest.setCannedAcl(CannedAccessControlList cannedAcl)
Sets the canned ACL to be applied to the specified bucket when this request is executed. |
SetBucketAclRequest |
SetBucketAclRequest.withCannedAcl(CannedAccessControlList cannedAcl)
Sets the canned ACL to be applied to the specified bucket when this request is executed. |
| Constructors in com.baidubce.services.bos.model with parameters of type CannedAccessControlList | |
|---|---|
SetBucketAclRequest(String bucketName,
CannedAccessControlList cannedAcl)
Constructs a new SetBucketAclRequest object, ready to set the specified canned ACL on the specified bucket when this request is executed. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||