@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum TranscribeMedicalRegion extends Enum<TranscribeMedicalRegion>
Enum Constant and Description |
---|
ApSoutheast2 |
Auto |
CaCentral1 |
EuWest1 |
UsEast1 |
UsEast2 |
UsWest2 |
Modifier and Type | Method and Description |
---|---|
static TranscribeMedicalRegion |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static TranscribeMedicalRegion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TranscribeMedicalRegion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TranscribeMedicalRegion UsEast1
public static final TranscribeMedicalRegion UsEast2
public static final TranscribeMedicalRegion UsWest2
public static final TranscribeMedicalRegion ApSoutheast2
public static final TranscribeMedicalRegion CaCentral1
public static final TranscribeMedicalRegion EuWest1
public static final TranscribeMedicalRegion Auto
public static TranscribeMedicalRegion[] values()
for (TranscribeMedicalRegion c : TranscribeMedicalRegion.values()) System.out.println(c);
public static TranscribeMedicalRegion 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<TranscribeMedicalRegion>
public static TranscribeMedicalRegion fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.