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