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 OwnerAbstractAmazonS3. getS3AccountOwner()OwnerAbstractAmazonS3. getS3AccountOwner(GetS3AccountOwnerRequest getS3AccountOwnerRequest)OwnerAmazonS3. getS3AccountOwner()Gets the current owner of the AWS account that the authenticated sender of the request is using.OwnerAmazonS3. getS3AccountOwner(GetS3AccountOwnerRequest getS3AccountOwnerRequest)Gets the current owner of the AWS account that the authenticated sender of the request is using.OwnerAmazonS3Client. getS3AccountOwner()OwnerAmazonS3Client. 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 OwnerS3ObjectSummary. ownerThe 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 OwnerMultipartUpload. getInitiator()Returns the user who initiated this multipart upload.OwnerPartListing. getInitiator()Returns details on the user who initiated the associated multipart upload.OwnerAccessControlList. getOwner()Gets the owner of theAccessControlList.OwnerBucket. getOwner()Gets the bucket's owner.OwnerMultipartUpload. getOwner()Returns the owner of this multipart upload.OwnerPartListing. getOwner()Returns details on the user who owns the associated multipart upload.OwnerS3ObjectSummary. getOwner()Gets the owner of this object.OwnerS3VersionSummary. getOwner()Gets the owner of this version.Methods in com.amazonaws.services.s3.model with parameters of type Owner Modifier and Type Method Description voidMultipartUpload. setInitiator(Owner initiator)Sets the user who initiated this multipart upload.voidPartListing. setInitiator(Owner initiator)Sets the user who initiated the associated multipart upload.voidAccessControlList. setOwner(Owner owner)For internal use only.voidBucket. setOwner(Owner owner)For internal use only.voidMultipartUpload. setOwner(Owner owner)Sets the owner of this multipart upload.voidPartListing. setOwner(Owner owner)Sets the user who owns the associated multipart upload.voidS3ObjectSummary. setOwner(Owner owner)Sets the owner of this object.voidS3VersionSummary. setOwner(Owner owner)For internal use only.
-