@Generated(value="software.amazon.awssdk:codegen") public enum LocaleType extends Enum<LocaleType>
| Enum Constant and Description |
|---|
DE |
DEFAULT |
EN |
ES |
FR |
JA |
KO |
PT_BR |
RU |
UNKNOWN_TO_SDK_VERSION |
ZH_CN |
ZH_TW |
| Modifier and Type | Method and Description |
|---|---|
static LocaleType |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<LocaleType> |
knownValues()
|
String |
toString() |
static LocaleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocaleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocaleType EN
public static final LocaleType FR
public static final LocaleType KO
public static final LocaleType DE
public static final LocaleType ES
public static final LocaleType JA
public static final LocaleType RU
public static final LocaleType ZH_CN
public static final LocaleType ZH_TW
public static final LocaleType PT_BR
public static final LocaleType DEFAULT
public static final LocaleType UNKNOWN_TO_SDK_VERSION
public static LocaleType[] values()
for (LocaleType c : LocaleType.values()) System.out.println(c);
public static LocaleType 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<LocaleType>public static LocaleType fromValue(String value)
value - real valuepublic static Set<LocaleType> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known LocaleTypesCopyright © 2023. All rights reserved.