Uses of Class
com.amazonaws.services.s3.model.Owner
-
Packages that use Owner 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. -
-
Uses of Owner in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 that return Owner Modifier and Type Method Description Owner
AbstractAmazonS3. getS3AccountOwner()
Owner
AbstractAmazonS3. getS3AccountOwner(GetS3AccountOwnerRequest getS3AccountOwnerRequest)
Owner
AmazonS3. getS3AccountOwner()
Gets the current owner of the AWS account that the authenticated sender of the request is using.Owner
AmazonS3. getS3AccountOwner(GetS3AccountOwnerRequest getS3AccountOwnerRequest)
Gets the current owner of the AWS account that the authenticated sender of the request is using.Owner
AmazonS3Client. getS3AccountOwner()
Owner
AmazonS3Client. getS3AccountOwner(GetS3AccountOwnerRequest getS3AccountOwnerRequest)
-
Uses of Owner in com.amazonaws.services.s3.model
Fields in com.amazonaws.services.s3.model declared as Owner Modifier and Type Field Description protected 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 Owner Modifier and Type Method Description Owner
MultipartUpload. getInitiator()
Returns the user who initiated this multipart upload.Owner
PartListing. getInitiator()
Returns details on the user who initiated the associated multipart upload.Owner
AccessControlList. getOwner()
Gets the owner of theAccessControlList
.Owner
Bucket. getOwner()
Gets the bucket's owner.Owner
MultipartUpload. getOwner()
Returns the owner of this multipart upload.Owner
PartListing. getOwner()
Returns details on the user who owns the associated multipart upload.Owner
S3ObjectSummary. getOwner()
Gets the owner of this object.Owner
S3VersionSummary. getOwner()
Gets the owner of this version.Methods in com.amazonaws.services.s3.model with parameters of type Owner Modifier and Type Method Description void
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
AccessControlList. setOwner(Owner owner)
For internal use only.void
Bucket. setOwner(Owner owner)
For internal use only.void
MultipartUpload. setOwner(Owner owner)
Sets the owner of this multipart upload.void
PartListing. setOwner(Owner owner)
Sets the user who owns the associated multipart upload.void
S3ObjectSummary. setOwner(Owner owner)
Sets the owner of this object.void
S3VersionSummary. setOwner(Owner owner)
For internal use only.
-