|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Grant | |
---|---|
com.baidubce.services.bos.model |
Uses of Grant in com.baidubce.services.bos.model |
---|
Methods in com.baidubce.services.bos.model that return Grant | |
---|---|
Grant |
Grant.withCondition(Condition condition)
Sets the condtion of Bucket Acl. |
Grant |
Grant.withGrantee(List<Grantee> grantee)
Sets the grantee being granted a permission by this grant. |
Grant |
Grant.withNotResource(List<String> notResource)
Sets notResource of Bucket Acl. |
Grant |
Grant.withPermission(List<Permission> permission)
Sets the permission being granted to the grantee by this grant. |
Grant |
Grant.withResource(List<String> resource)
Sets the resource of Bucket Acl. |
Methods in com.baidubce.services.bos.model that return types with arguments of type Grant | |
---|---|
List<Grant> |
SetObjectAclRequest.getAccessControlList()
Gets the accessControlList of Object Acl. |
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. |
List<Grant> |
GetObjectAclResponse.getAccessControlList()
Gets the accessControlList of this bucket/object. |
Method parameters in com.baidubce.services.bos.model with type arguments of type Grant | |
---|---|
void |
SetObjectAclRequest.setAccessControlList(List<Grant> accessControlList)
Sets the accessControlList of Object Acl. |
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. |
void |
GetObjectAclResponse.setAccessControlList(List<Grant> accessControlList)
Sets the accessControlList of this bucket/object. |
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 parameters in com.baidubce.services.bos.model with type arguments of type Grant | |
---|---|
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. |
|
SetObjectAclRequest(String bucketName,
String key,
List<Grant> accessControlList)
Constructs a new SetObjectAclRequest object, ready to set the specified ACL on the specified bucket/object when this request is executed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |