@Generated(value="software.amazon.awssdk:codegen") public enum Separator extends Enum<Separator>
| Enum Constant and Description |
|---|
COMMA |
CTRLA |
PIPE |
SEMICOLON |
TAB |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static Separator |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<Separator> |
knownValues()
|
String |
toString() |
static Separator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Separator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Separator COMMA
public static final Separator CTRLA
public static final Separator PIPE
public static final Separator SEMICOLON
public static final Separator TAB
public static final Separator UNKNOWN_TO_SDK_VERSION
public static Separator[] values()
for (Separator c : Separator.values()) System.out.println(c);
public static Separator 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 Separator fromValue(String value)
value - real valueCopyright © 2023. All rights reserved.