|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CannedAccessPolicy | |
---|---|
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. |
Uses of CannedAccessPolicy in org.jclouds.s3.domain |
---|
Methods in org.jclouds.s3.domain that return CannedAccessPolicy | |
---|---|
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. |
Methods in org.jclouds.s3.domain with parameters of type CannedAccessPolicy | |
---|---|
static AccessControlList |
AccessControlList.fromCannedAccessPolicy(CannedAccessPolicy cannedAP,
String ownerId)
Converts a canned access control policy into the equivalent access control list. |
Uses of CannedAccessPolicy in org.jclouds.s3.options |
---|
Methods in org.jclouds.s3.options that return CannedAccessPolicy | |
---|---|
CannedAccessPolicy |
CopyObjectOptions.getAcl()
|
CannedAccessPolicy |
PutBucketOptions.getAcl()
|
CannedAccessPolicy |
PutObjectOptions.getAcl()
|
Methods in org.jclouds.s3.options with parameters of type CannedAccessPolicy | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |