| Package | Description | 
|---|---|
| org.jclouds.aws.s3.blobstore.options | |
| org.jclouds.s3.domain | 
 This package contains the core components of S3. 
 | 
| org.jclouds.s3.options | 
 This package contains request options for S3 REST commands. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AWSS3PutObjectOptions | 
AWSS3PutObjectOptions.withAcl(CannedAccessPolicy acl)  | 
static AWSS3PutObjectOptions | 
AWSS3PutObjectOptions.Builder.withAcl(CannedAccessPolicy acl)  | 
| Modifier and Type | Method and Description | 
|---|---|
static CannedAccessPolicy | 
CannedAccessPolicy.fromHeader(String capHeader)  | 
static CannedAccessPolicy | 
CannedAccessPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static CannedAccessPolicy[] | 
CannedAccessPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static AccessControlList | 
AccessControlList.fromCannedAccessPolicy(CannedAccessPolicy cannedAP,
                      String ownerId)
Converts a canned access control policy into the equivalent access control list. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CannedAccessPolicy | 
PutObjectOptions.getAcl()  | 
CannedAccessPolicy | 
PutBucketOptions.getAcl()  | 
CannedAccessPolicy | 
CopyObjectOptions.getAcl()  | 
| Modifier and Type | Method and Description | 
|---|---|
CopyObjectOptions | 
CopyObjectOptions.overrideAcl(CannedAccessPolicy acl)
Override the default ACL (private) with the specified one. 
 | 
static CopyObjectOptions | 
CopyObjectOptions.Builder.overrideAcl(CannedAccessPolicy acl)  | 
PutObjectOptions | 
PutObjectOptions.withAcl(CannedAccessPolicy acl)
Override the default ACL (private) with the specified one. 
 | 
static PutObjectOptions | 
PutObjectOptions.Builder.withAcl(CannedAccessPolicy acl)  | 
PutBucketOptions | 
PutBucketOptions.withBucketAcl(CannedAccessPolicy acl)
Override the default ACL (private) with the specified one. 
 | 
static PutBucketOptions | 
PutBucketOptions.Builder.withBucketAcl(CannedAccessPolicy acl)  | 
Copyright © 2009-2012 jclouds. All Rights Reserved.