| Package | Description |
|---|---|
| com.baidubce.services.bos.model |
| Modifier and Type | Method and Description |
|---|---|
Grantee |
GetBucketAclResponse.getOwner()
Gets the user of this bucket.
|
Grantee |
Grantee.withId(String id)
Sets the ID of the grantee.
|
| Modifier and Type | Method and Description |
|---|---|
List<Grantee> |
Grant.getGrantee()
Gets the grantee being granted a permission by this grant.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetBucketAclResponse.setOwner(Grantee owner)
Sets the user of this bucket.
|
| Modifier and Type | Method and Description |
|---|---|
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 and Description |
|---|
Grant(List<Grantee> grantee,
List<Permission> permission)
Constructs a new Grant object using the specified grantee and permission objects.
|
Copyright © 2022. All rights reserved.