|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use User | |
---|---|
com.baidubce.model | |
com.baidubce.services.bos | |
com.baidubce.services.bos.model |
Uses of User in com.baidubce.model |
---|
Methods in com.baidubce.model that return User | |
---|---|
User |
User.withDisplayName(String displayName)
Sets the display name of the user. |
User |
User.withId(String id)
Sets the ID of the user. |
Uses of User in com.baidubce.services.bos |
---|
Methods in com.baidubce.services.bos that return User | |
---|---|
User |
BosClient.getBosAccountOwner()
Gets the current owner of the Bos account that the authenticated sender of the request is using. |
User |
BosClient.getBosAccountOwner(GetBosAccountOwnerRequest request)
Gets the current owner of the Bos account that the authenticated sender of the request is using. |
Uses of User in com.baidubce.services.bos.model |
---|
Fields in com.baidubce.services.bos.model declared as User | |
---|---|
protected User |
BosObjectSummary.owner
The user of this object - can be null if the requester doesn't have permission to view object ownership information. |
Methods in com.baidubce.services.bos.model that return User | |
---|---|
User |
MultipartUploadSummary.getOwner()
Returns the owner of this multipart upload. |
User |
BosObjectSummary.getOwner()
Gets the owner of this object. |
User |
ListBucketsResponse.getOwner()
|
User |
ListPartsResponse.getOwner()
Returns details on the user who owns the associated multipart upload. |
Methods in com.baidubce.services.bos.model with parameters of type User | |
---|---|
void |
MultipartUploadSummary.setOwner(User owner)
Sets the owner of this multipart upload. |
void |
BosObjectSummary.setOwner(User owner)
Sets the owner of this object. |
void |
ListBucketsResponse.setOwner(User owner)
|
void |
ListPartsResponse.setOwner(User owner)
Sets the user who owns the associated multipart upload. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |