Uses of Class
org.jclouds.s3.domain.CanonicalUser
- 
Packages that use CanonicalUser Package Description 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 Modifier and Type Method Description CanonicalUserAccessControlList. getOwner()CanonicalUserBucketMetadata. getOwner()Every bucket and object in Amazon S3 has an owner, the user that created the bucket or object.CanonicalUserObjectMetadata. getOwner()Every bucket and object in Amazon S3 has an owner, the user that created the bucket or object.abstract CanonicalUserListMultipartUploadsResponse.Upload. initiator()abstract CanonicalUserListMultipartUploadsResponse.Upload. owner()Methods in org.jclouds.s3.domain with parameters of type CanonicalUser Modifier and Type Method Description static ListMultipartUploadsResponse.UploadListMultipartUploadsResponse.Upload. create(String key, String uploadId, CanonicalUser initiator, CanonicalUser owner, ObjectMetadata.StorageClass storageClass, Date initiated)ObjectMetadataBuilderObjectMetadataBuilder. owner(CanonicalUser owner)voidAccessControlList. setOwner(CanonicalUser owner)voidMutableObjectMetadata. 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 Constructor Description 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 Modifier and Type Method Description CanonicalUserBucketListObjectMetadata. getOwner()Every bucket and object in Amazon S3 has an owner, the user that created the bucket or object.CanonicalUserCopyObjectResult. getOwner()Every bucket and object in Amazon S3 has an owner, the user that created the bucket or object.CanonicalUserMutableObjectMetadataImpl. 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 Modifier and Type Method Description voidMutableObjectMetadataImpl. 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 Constructor Description BucketListObjectMetadata(String key, String bucket, URI uri, Date lastModified, String eTag, byte[] md5, long contentLength, CanonicalUser owner, ObjectMetadata.StorageClass storageClass) 
 -