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