Uses of Class
org.jclouds.s3.domain.CanonicalUser
Packages that use CanonicalUser
Package
Description
This package contains the core components of S3.
-
Uses of CanonicalUser in org.jclouds.s3.domain
Methods in org.jclouds.s3.domain that return CanonicalUserModifier and TypeMethodDescriptionAccessControlList.getOwner()
BucketMetadata.getOwner()
Every bucket and object in Amazon S3 has an owner, the user that created the bucket or object.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 CanonicalUserModifier and TypeMethodDescriptionListMultipartUploadsResponse.Upload.create
(String key, String uploadId, CanonicalUser initiator, CanonicalUser owner, ObjectMetadata.StorageClass storageClass, Date initiated) 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 CanonicalUserModifierConstructorDescriptionBucketMetadata
(String name, Date creationDate, CanonicalUser owner) -
Uses of CanonicalUser in org.jclouds.s3.domain.internal
Methods in org.jclouds.s3.domain.internal that return CanonicalUserModifier and TypeMethodDescriptionBucketListObjectMetadata.getOwner()
Every bucket and object in Amazon S3 has an owner, the user that created the bucket or object.CopyObjectResult.getOwner()
Every bucket and object in Amazon S3 has an owner, the user that created the bucket or object.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 CanonicalUserModifier and TypeMethodDescriptionvoid
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 CanonicalUserModifierConstructorDescriptionBucketListObjectMetadata
(String key, String bucket, URI uri, Date lastModified, String eTag, byte[] md5, long contentLength, CanonicalUser owner, ObjectMetadata.StorageClass storageClass)