@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum InstanceType extends Enum<InstanceType>
Modifier and Type | Method and Description |
---|---|
static InstanceType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static InstanceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstanceType MlM4Xlarge
public static final InstanceType MlM42xlarge
public static final InstanceType MlM44xlarge
public static final InstanceType MlM410xlarge
public static final InstanceType MlM416xlarge
public static final InstanceType MlG4dnXlarge
public static final InstanceType MlG4dn2xlarge
public static final InstanceType MlG4dn4xlarge
public static final InstanceType MlG4dn8xlarge
public static final InstanceType MlG4dn12xlarge
public static final InstanceType MlG4dn16xlarge
public static final InstanceType MlM5Large
public static final InstanceType MlM5Xlarge
public static final InstanceType MlM52xlarge
public static final InstanceType MlM54xlarge
public static final InstanceType MlM512xlarge
public static final InstanceType MlM524xlarge
public static final InstanceType MlC4Xlarge
public static final InstanceType MlC42xlarge
public static final InstanceType MlC44xlarge
public static final InstanceType MlC48xlarge
public static final InstanceType MlP2Xlarge
public static final InstanceType MlP28xlarge
public static final InstanceType MlP216xlarge
public static final InstanceType MlP32xlarge
public static final InstanceType MlP38xlarge
public static final InstanceType MlP316xlarge
public static final InstanceType MlP3dn24xlarge
public static final InstanceType MlP4d24xlarge
public static final InstanceType MlC5Xlarge
public static final InstanceType MlC52xlarge
public static final InstanceType MlC54xlarge
public static final InstanceType MlC59xlarge
public static final InstanceType MlC518xlarge
public static final InstanceType MlC5nXlarge
public static final InstanceType MlC5n2xlarge
public static final InstanceType MlC5n4xlarge
public static final InstanceType MlC5n9xlarge
public static final InstanceType MlC5n18xlarge
public static InstanceType[] values()
for (InstanceType c : InstanceType.values()) System.out.println(c);
public static InstanceType 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<InstanceType>
public static InstanceType fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.