|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Owner | |
---|---|
com.amazonaws.services.s3 | Synchronous client for accessing Amazon S3. |
com.amazonaws.services.s3.model | Classes modeling the various types represented by Amazon S3. |
Uses of Owner in com.amazonaws.services.s3 |
---|
Methods in com.amazonaws.services.s3 that return Owner | |
---|---|
Owner |
AmazonS3Client.getS3AccountOwner()
|
Owner |
AmazonS3.getS3AccountOwner()
Gets the current owner of the AWS account that the authenticated sender of the request is using. |
Uses of Owner in com.amazonaws.services.s3.model |
---|
Fields in com.amazonaws.services.s3.model declared as Owner | |
---|---|
protected Owner |
S3ObjectSummary.owner
The owner of this object - can be null if the requester doesn't have permission to view object ownership information |
Methods in com.amazonaws.services.s3.model that return Owner | |
---|---|
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 |
S3VersionSummary.getOwner()
Gets the owner of this version. |
Owner |
S3ObjectSummary.getOwner()
Gets the owner of this object. |
Owner |
PartListing.getOwner()
Returns details on the user who owns the associated multipart upload. |
Owner |
MultipartUpload.getOwner()
Returns the owner of this multipart upload. |
Owner |
Bucket.getOwner()
Gets the bucket's owner. |
Owner |
AccessControlList.getOwner()
Gets the owner of the AccessControlList . |
Methods in com.amazonaws.services.s3.model with parameters of type Owner | |
---|---|
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 |
S3VersionSummary.setOwner(Owner owner)
For internal use only. |
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 |
MultipartUpload.setOwner(Owner owner)
Sets the owner of this multipart upload. |
void |
Bucket.setOwner(Owner owner)
For internal use only. |
void |
AccessControlList.setOwner(Owner owner)
For internal use only. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |