|
||||||||||
| 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 |
AmazonS3.getS3AccountOwner()
Returns the current owner of the AWS account being used by the authenticated sender of the request. |
Owner |
AmazonS3Client.getS3AccountOwner()
|
| Uses of Owner in com.amazonaws.services.s3.model |
|---|
| Methods in com.amazonaws.services.s3.model that return Owner | |
|---|---|
Owner |
AccessControlList.getOwner()
Every bucket and object in Amazon S3 has an owner, the user that created the bucket or object. |
Owner |
Bucket.getOwner()
|
Owner |
S3VersionSummary.getOwner()
Returns the owner of this version, or null if the requester doesn't have Permission.ReadAcp permission for this version (or own the bucket
in which it resides) and therefore doesn't have permission to see object
ownership. |
Owner |
S3ObjectSummary.getOwner()
Returns the owner of this object, or null if the requester doesn't have Permission.ReadAcp permission for this object (or own the bucket
in which it resides) and therefore doesn't have permission to see object
ownership. |
| Methods in com.amazonaws.services.s3.model with parameters of type Owner | |
|---|---|
void |
AccessControlList.setOwner(Owner owner)
Sets the owner on this ACL. |
void |
Bucket.setOwner(Owner owner)
Sets the bucket's owner in S3 - this should only be used internally by the AWS Java client methods that retrieve information directly from S3. |
void |
S3VersionSummary.setOwner(Owner owner)
Sets the owner of this version. |
void |
S3ObjectSummary.setOwner(Owner owner)
Sets the owner of this object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||