@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum InstanceType extends Enum<InstanceType>
| Enum Constant and Description |
|---|
MlM410xlarge |
MlM416xlarge |
MlM42xlarge |
MlM44xlarge |
MlM4Xlarge |
MlP216xlarge |
MlP28xlarge |
MlP2Xlarge |
MlP316xlarge |
MlP32xlarge |
MlP38xlarge |
MlT22xlarge |
MlT2Large |
MlT2Medium |
MlT2Xlarge |
| 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 MlT2Medium
public static final InstanceType MlT2Large
public static final InstanceType MlT2Xlarge
public static final InstanceType MlT22xlarge
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 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 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.Copyright © 2018. All rights reserved.