Uses of Class
com.amazonaws.services.s3.model.Owner

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 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.
 Owner AccessControlList.getOwner()
          Every bucket and object in Amazon S3 has an owner, the user that created the bucket or object.
 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 Bucket.getOwner()
           
 

Methods in com.amazonaws.services.s3.model with parameters of type Owner
 void S3ObjectSummary.setOwner(Owner owner)
          Sets the owner of this object.
 void AccessControlList.setOwner(Owner owner)
          Sets the owner on this ACL.
 void S3VersionSummary.setOwner(Owner owner)
          Sets the owner of this version.
 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.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.