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 CanonicalUser
AccessControlList. getOwner()
CanonicalUser
BucketMetadata. getOwner()
Every bucket and object in Amazon S3 has an owner, the user that created the bucket or object.CanonicalUser
ObjectMetadata. getOwner()
Every bucket and object in Amazon S3 has an owner, the user that created the bucket or object.abstract CanonicalUser
ListMultipartUploadsResponse.Upload. initiator()
abstract CanonicalUser
ListMultipartUploadsResponse.Upload. owner()
Methods in org.jclouds.s3.domain with parameters of type CanonicalUser Modifier and Type Method Description static ListMultipartUploadsResponse.Upload
ListMultipartUploadsResponse.Upload. create(String key, String uploadId, CanonicalUser initiator, CanonicalUser owner, ObjectMetadata.StorageClass storageClass, Date initiated)
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 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 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.CanonicalUser
MutableObjectMetadataImpl. 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 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 Constructor Description BucketListObjectMetadata(String key, String bucket, URI uri, Date lastModified, String eTag, byte[] md5, long contentLength, CanonicalUser owner, ObjectMetadata.StorageClass storageClass)
-