程序包 | 说明 |
---|---|
com.sinacloud.scs.services.scs.model |
Classes modeling the various types represented by Amazon S3.
|
限定符和类型 | 字段和说明 |
---|---|
protected Owner |
S3ObjectSummary.owner
The owner of this object - can be null if the requester doesn't have
permission to view object ownership information
|
限定符和类型 | 方法和说明 |
---|---|
Owner |
PartListing.getInitiator()
Returns details on the user who initiated the associated multipart
upload.
|
Owner |
ObjectInfo.getOwner() |
Owner |
BucketInfo.getOwner() |
Owner |
S3ObjectSummary.getOwner()
Gets the owner of this object.
|
Owner |
PartListing.getOwner()
Returns details on the user who owns the associated multipart
upload.
|
Owner |
Bucket.getOwner()
Gets the bucket's owner.
|
限定符和类型 | 方法和说明 |
---|---|
void |
PartListing.setInitiator(Owner initiator)
Sets the user who initiated the associated multipart upload.
|
void |
ObjectInfo.setOwner(Owner owner) |
void |
BucketInfo.setOwner(Owner owner) |
void |
S3ObjectSummary.setOwner(Owner owner)
Sets the owner of this object.
|
void |
PartListing.setOwner(Owner owner)
Sets the user who owns the associated multipart upload.
|
void |
Bucket.setOwner(Owner owner)
For internal use only.
|
构造器和说明 |
---|
Bucket(Map<String,Object> bucketJsonMap,
Owner owner)
Create a bucket from jsonMap
|
Copyright © 2016. All rights reserved.