Package | Description |
---|---|
com.netease.cloud.services.nos.model |
Classes modeling the various types represented by Nos.
|
com.netease.cloud.services.nos.model.transform |
Modifier and Type | Field and Description |
---|---|
protected Owner |
NOSObjectSummary.owner
The owner of this object - can be null if the requester doesn't have
permission to view object ownership information
|
Modifier and Type | Method and Description |
---|---|
Owner |
PartListing.getInitiator()
Returns details on the user who initiated the associated multipart
upload.
|
Owner |
MultipartUpload.getInitiator()
Returns the user who initiated this multipart upload.
|
Owner |
Bucket.getOwner()
Gets the bucket's owner.
|
Owner |
PartListing.getOwner()
Returns details on the user who owns the associated multipart upload.
|
Owner |
NOSObjectSummary.getOwner()
Gets the owner of this object.
|
Owner |
MultipartUpload.getOwner()
Returns the owner of this multipart upload.
|
Modifier and Type | Method and Description |
---|---|
void |
PartListing.setInitiator(Owner initiator)
Sets the user who initiated the associated multipart upload.
|
void |
MultipartUpload.setInitiator(Owner initiator)
Sets the user who initiated this multipart upload.
|
void |
Bucket.setOwner(Owner owner)
For internal use only.
|
void |
PartListing.setOwner(Owner owner)
Sets the user who owns the associated multipart upload.
|
void |
NOSObjectSummary.setOwner(Owner owner)
Sets the owner of this object.
|
void |
MultipartUpload.setOwner(Owner owner)
Sets the owner of this multipart upload.
|
Modifier and Type | Method and Description |
---|---|
Owner |
XmlResponsesSaxParser.ListAllMyBucketsHandler.getOwner() |
Copyright © 2017. All Rights Reserved.