Package | Description |
---|---|
org.jclouds.s3.domain |
This package contains the core components of S3.
|
org.jclouds.s3.domain.internal |
Modifier and Type | Method and Description |
---|---|
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.
|
CanonicalUser |
AccessControlList.getOwner() |
Modifier and Type | Method and Description |
---|---|
ObjectMetadataBuilder |
ObjectMetadataBuilder.owner(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.
|
void |
AccessControlList.setOwner(CanonicalUser owner) |
Constructor and Description |
---|
BucketMetadata(String name,
Date creationDate,
CanonicalUser owner) |
Modifier and Type | Method and Description |
---|---|
CanonicalUser |
MutableObjectMetadataImpl.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 |
BucketListObjectMetadata.getOwner()
Every bucket and object in Amazon S3 has an owner, the user that created the bucket or object.
|
Modifier and Type | Method and Description |
---|---|
void |
MutableObjectMetadataImpl.setOwner(CanonicalUser owner)
Every bucket and object in Amazon S3 has an owner, the user that created the bucket or object.
|
Constructor and Description |
---|
BucketListObjectMetadata(String key,
String bucket,
URI uri,
Date lastModified,
String eTag,
byte[] md5,
long contentLength,
CanonicalUser owner,
ObjectMetadata.StorageClass storageClass) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.