|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Grantee | |
---|---|
com.baidubce.services.bos.model |
Uses of Grantee in com.baidubce.services.bos.model |
---|
Methods in com.baidubce.services.bos.model that return Grantee | |
---|---|
Grantee |
GetBucketAclResponse.getOwner()
Gets the user of this bucket. |
Grantee |
Grantee.withId(String id)
Sets the ID of the grantee. |
Methods in com.baidubce.services.bos.model that return types with arguments of type Grantee | |
---|---|
List<Grantee> |
Grant.getGrantee()
Gets the grantee being granted a permission by this grant. |
Methods in com.baidubce.services.bos.model with parameters of type Grantee | |
---|---|
void |
GetBucketAclResponse.setOwner(Grantee owner)
Sets the user of this bucket. |
Method parameters in com.baidubce.services.bos.model with type arguments of type Grantee | |
---|---|
void |
Grant.setGrantee(List<Grantee> grantee)
Sets the grantee being granted a permission by this grant. |
Grant |
Grant.withGrantee(List<Grantee> grantee)
Sets the grantee being granted a permission by this grant. |
Constructor parameters in com.baidubce.services.bos.model with type arguments of type Grantee | |
---|---|
Grant(List<Grantee> grantee,
List<Permission> permission)
Constructs a new Grant object using the specified grantee and permission objects. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |