Package | Description |
---|---|
com.amazonaws.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
com.amazonaws.services.s3.model.transform |
Modifier and Type | Method and Description |
---|---|
Owner |
AmazonS3Client.getS3AccountOwner() |
Owner |
AmazonS3.getS3AccountOwner()
Gets the current owner of the AWS account
that the authenticated sender of the request is using.
|
Owner |
AbstractAmazonS3.getS3AccountOwner() |
Owner |
AmazonS3Client.getS3AccountOwner(GetS3AccountOwnerRequest getS3AccountOwnerRequest) |
Owner |
AmazonS3.getS3AccountOwner(GetS3AccountOwnerRequest getS3AccountOwnerRequest)
Gets the current owner of the AWS account
that the authenticated sender of the request is using.
|
Owner |
AbstractAmazonS3.getS3AccountOwner(GetS3AccountOwnerRequest getS3AccountOwnerRequest) |
Modifier and Type | Field and Description |
---|---|
private Owner |
PartListing.initiator
The initiator of the associated multipart upload.
|
private Owner |
MultipartUpload.initiator
The initiator of this multipart upload.
|
private Owner |
S3VersionSummary.owner
The owner of this version of the associated object - can be null if the
requester doesn't have permission to view object ownership information
|
protected Owner |
S3ObjectSummary.owner
The owner of this object - can be null if the requester doesn't have
permission to view object ownership information
|
private Owner |
PartListing.owner
The user who owns the associated multipart upload.
|
private Owner |
MultipartUpload.owner
The owner of this multipart upload.
|
private Owner |
Bucket.owner
The details on the owner of this bucket
|
private Owner |
AccessControlList.owner |
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 |
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 . |
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 |
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.
|
Modifier and Type | Field and Description |
---|---|
private Owner |
XmlResponsesSaxParser.ListAllMyBucketsHandler.bucketsOwner |
private Owner |
XmlResponsesSaxParser.ListBucketHandler.currentOwner |
private Owner |
XmlResponsesSaxParser.ListObjectsV2Handler.currentOwner |
private Owner |
XmlResponsesSaxParser.ListVersionsHandler.currentOwner |
private Owner |
XmlResponsesSaxParser.ListMultipartUploadsHandler.currentOwner |
private Owner |
XmlResponsesSaxParser.ListPartsHandler.currentOwner |
Modifier and Type | Method and Description |
---|---|
Owner |
XmlResponsesSaxParser.ListAllMyBucketsHandler.getOwner() |
Owner |
Unmarshallers.ListBucketsOwnerUnmarshaller.unmarshall(java.io.InputStream in) |