Uses of Class
com.baidubce.services.bos.model.Grant

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.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.
 

Methods in com.baidubce.services.bos.model that return types with arguments of type Grant
 List<Grant> GetBucketAclResponse.getAccessControlList()
          Gets the accessControlList of this bucket.
 List<Grant> SetBucketAclRequest.getAccessControlList()
          Returns the custom ACL to be applied to the specified bucket when this request is executed.
 

Method parameters in com.baidubce.services.bos.model with type arguments of type Grant
 void GetBucketAclResponse.setAccessControlList(List<Grant> accessControlList)
          Sets the accessControlList of this bucket.
 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.
 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.
 



Copyright © 2016. All rights reserved.