@Generated(value="software.amazon.smithy.crt.java.EnumGenerator") public enum BucketLogsPermission extends Enum<BucketLogsPermission>
Enum Constant and Description |
---|
FULL_CONTROL |
READ |
UNKNOWN_TO_SDK_VERSION |
WRITE |
Modifier and Type | Method and Description |
---|---|
static BucketLogsPermission |
fromValue(String value) |
static Set<BucketLogsPermission> |
knownValues() |
void |
setValue(String value) |
String |
value() |
static BucketLogsPermission |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BucketLogsPermission[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BucketLogsPermission FULL_CONTROL
public static final BucketLogsPermission READ
public static final BucketLogsPermission WRITE
public static final BucketLogsPermission UNKNOWN_TO_SDK_VERSION
public static BucketLogsPermission[] values()
for (BucketLogsPermission c : BucketLogsPermission.values()) System.out.println(c);
public static BucketLogsPermission 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 static BucketLogsPermission fromValue(String value)
public static Set<BucketLogsPermission> knownValues()
public String value()
public void setValue(String value)
Copyright © 2021. All rights reserved.