Uses of Class
org.jclouds.s3.domain.CanonicalUser

Packages that use CanonicalUser
org.jclouds.s3.domain This package contains the core components of S3. 
org.jclouds.s3.domain.internal   
 

Uses of CanonicalUser in org.jclouds.s3.domain
 

Methods in org.jclouds.s3.domain that return CanonicalUser
 CanonicalUser AccessControlList.getOwner()
           
 CanonicalUser ObjectMetadata.getOwner()
          Every bucket and object in Amazon S3 has an owner, the user that created the bucket or object.
 CanonicalUser BucketMetadata.getOwner()
          Every bucket and object in Amazon S3 has an owner, the user that created the bucket or object.
 

Methods in org.jclouds.s3.domain with parameters of type CanonicalUser
 ObjectMetadataBuilder ObjectMetadataBuilder.owner(CanonicalUser owner)
           
 void AccessControlList.setOwner(CanonicalUser owner)
           
 void MutableObjectMetadata.setOwner(CanonicalUser owner)
          Every bucket and object in Amazon S3 has an owner, the user that created the bucket or object.
 

Constructors in org.jclouds.s3.domain with parameters of type CanonicalUser
BucketMetadata(String name, Date creationDate, CanonicalUser owner)
           
 

Uses of CanonicalUser in org.jclouds.s3.domain.internal
 

Methods in org.jclouds.s3.domain.internal that return CanonicalUser
 CanonicalUser MutableObjectMetadataImpl.getOwner()
          Every bucket and object in Amazon S3 has an owner, the user that created the bucket or object.
 CanonicalUser BucketListObjectMetadata.getOwner()
          Every bucket and object in Amazon S3 has an owner, the user that created the bucket or object.
 CanonicalUser CopyObjectResult.getOwner()
          Every bucket and object in Amazon S3 has an owner, the user that created the bucket or object.
 

Methods in org.jclouds.s3.domain.internal with parameters of type CanonicalUser
 void MutableObjectMetadataImpl.setOwner(CanonicalUser owner)
          Every bucket and object in Amazon S3 has an owner, the user that created the bucket or object.
 

Constructors in org.jclouds.s3.domain.internal with parameters of type CanonicalUser
BucketListObjectMetadata(String key, String bucket, URI uri, Date lastModified, String eTag, byte[] md5, long contentLength, CanonicalUser owner, ObjectMetadata.StorageClass storageClass)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.