public enum AWSCannedACL extends Enum<AWSCannedACL>
Enum Constant and Description |
---|
AuthenticatedRead |
AwsExecRead |
BucketOwnerFullControl |
BucketOwnerRead |
LogDeliveryWrite |
Private |
PublicRead |
PublicReadWrite |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static AWSCannedACL |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AWSCannedACL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AWSCannedACL Private
public static final AWSCannedACL PublicRead
public static final AWSCannedACL PublicReadWrite
public static final AWSCannedACL AuthenticatedRead
public static final AWSCannedACL AwsExecRead
public static final AWSCannedACL BucketOwnerRead
public static final AWSCannedACL BucketOwnerFullControl
public static final AWSCannedACL LogDeliveryWrite
public static AWSCannedACL[] values()
for (AWSCannedACL c : AWSCannedACL.values()) System.out.println(c);
public static AWSCannedACL valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<AWSCannedACL>
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.