Serializable
, Comparable<ObjectCannedACL>
@Generated("software.amazon.awssdk:codegen") public enum ObjectCannedACL extends Enum<ObjectCannedACL>
Enum Constant | Description |
---|---|
AuthenticatedRead |
|
AwsExecRead |
|
BucketOwnerFullControl |
|
BucketOwnerRead |
|
Private |
|
PublicRead |
|
PublicReadWrite |
Modifier and Type | Method | Description |
---|---|---|
static ObjectCannedACL |
fromValue(String value) |
Use this in place of valueOf.
|
String |
toString() |
|
static ObjectCannedACL |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ObjectCannedACL[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjectCannedACL Private
public static final ObjectCannedACL PublicRead
public static final ObjectCannedACL PublicReadWrite
public static final ObjectCannedACL AuthenticatedRead
public static final ObjectCannedACL AwsExecRead
public static final ObjectCannedACL BucketOwnerRead
public static final ObjectCannedACL BucketOwnerFullControl
public static ObjectCannedACL[] values()
for (ObjectCannedACL c : ObjectCannedACL.values()) System.out.println(c);
public static ObjectCannedACL 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<ObjectCannedACL>
public static ObjectCannedACL fromValue(String value)
value
- real valueCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.