Uses of Class
com.amazonaws.services.s3.model.Owner
Packages that use Owner
Package
Description
Synchronous client for accessing Amazon S3.
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 OwnerModifier and TypeMethodDescriptionAbstractAmazonS3.getS3AccountOwner()
AbstractAmazonS3.getS3AccountOwner
(GetS3AccountOwnerRequest getS3AccountOwnerRequest) AmazonS3.getS3AccountOwner()
Gets the current owner of the AWS account that the authenticated sender of the request is using.AmazonS3.getS3AccountOwner
(GetS3AccountOwnerRequest getS3AccountOwnerRequest) Gets the current owner of the AWS account that the authenticated sender of the request is using.AmazonS3Client.getS3AccountOwner()
AmazonS3Client.getS3AccountOwner
(GetS3AccountOwnerRequest getS3AccountOwnerRequest) -
Uses of Owner in com.amazonaws.services.s3.model
Fields in com.amazonaws.services.s3.model declared as OwnerModifier and TypeFieldDescriptionprotected Owner
S3ObjectSummary.owner
The owner of this object - can be null if the requester doesn't have permission to view object ownership informationMethods in com.amazonaws.services.s3.model that return OwnerModifier and TypeMethodDescriptionMultipartUpload.getInitiator()
Returns the user who initiated this multipart upload.PartListing.getInitiator()
Returns details on the user who initiated the associated multipart upload.AccessControlList.getOwner()
Gets the owner of theAccessControlList
.Bucket.getOwner()
Gets the bucket's owner.MultipartUpload.getOwner()
Returns the owner of this multipart upload.PartListing.getOwner()
Returns details on the user who owns the associated multipart upload.S3ObjectSummary.getOwner()
Gets the owner of this object.S3VersionSummary.getOwner()
Gets the owner of this version.Methods in com.amazonaws.services.s3.model with parameters of type OwnerModifier and TypeMethodDescriptionvoid
MultipartUpload.setInitiator
(Owner initiator) Sets the user who initiated this multipart upload.void
PartListing.setInitiator
(Owner initiator) Sets the user who initiated the associated multipart upload.void
For internal use only.void
For internal use only.void
Sets the owner of this multipart upload.void
Sets the user who owns the associated multipart upload.void
Sets the owner of this object.void
For internal use only.