@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum EC2InstanceType extends Enum<EC2InstanceType>
Modifier and Type | Method and Description |
---|---|
static EC2InstanceType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static EC2InstanceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EC2InstanceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EC2InstanceType T2Micro
public static final EC2InstanceType T2Small
public static final EC2InstanceType T2Medium
public static final EC2InstanceType T2Large
public static final EC2InstanceType C3Large
public static final EC2InstanceType C3Xlarge
public static final EC2InstanceType C32xlarge
public static final EC2InstanceType C34xlarge
public static final EC2InstanceType C38xlarge
public static final EC2InstanceType C4Large
public static final EC2InstanceType C4Xlarge
public static final EC2InstanceType C42xlarge
public static final EC2InstanceType C44xlarge
public static final EC2InstanceType C48xlarge
public static final EC2InstanceType C5Large
public static final EC2InstanceType C5Xlarge
public static final EC2InstanceType C52xlarge
public static final EC2InstanceType C54xlarge
public static final EC2InstanceType C59xlarge
public static final EC2InstanceType C512xlarge
public static final EC2InstanceType C518xlarge
public static final EC2InstanceType C524xlarge
public static final EC2InstanceType C5aLarge
public static final EC2InstanceType C5aXlarge
public static final EC2InstanceType C5a2xlarge
public static final EC2InstanceType C5a4xlarge
public static final EC2InstanceType C5a8xlarge
public static final EC2InstanceType C5a12xlarge
public static final EC2InstanceType C5a16xlarge
public static final EC2InstanceType C5a24xlarge
public static final EC2InstanceType R3Large
public static final EC2InstanceType R3Xlarge
public static final EC2InstanceType R32xlarge
public static final EC2InstanceType R34xlarge
public static final EC2InstanceType R38xlarge
public static final EC2InstanceType R4Large
public static final EC2InstanceType R4Xlarge
public static final EC2InstanceType R42xlarge
public static final EC2InstanceType R44xlarge
public static final EC2InstanceType R48xlarge
public static final EC2InstanceType R416xlarge
public static final EC2InstanceType R5Large
public static final EC2InstanceType R5Xlarge
public static final EC2InstanceType R52xlarge
public static final EC2InstanceType R54xlarge
public static final EC2InstanceType R58xlarge
public static final EC2InstanceType R512xlarge
public static final EC2InstanceType R516xlarge
public static final EC2InstanceType R524xlarge
public static final EC2InstanceType R5aLarge
public static final EC2InstanceType R5aXlarge
public static final EC2InstanceType R5a2xlarge
public static final EC2InstanceType R5a4xlarge
public static final EC2InstanceType R5a8xlarge
public static final EC2InstanceType R5a12xlarge
public static final EC2InstanceType R5a16xlarge
public static final EC2InstanceType R5a24xlarge
public static final EC2InstanceType M3Medium
public static final EC2InstanceType M3Large
public static final EC2InstanceType M3Xlarge
public static final EC2InstanceType M32xlarge
public static final EC2InstanceType M4Large
public static final EC2InstanceType M4Xlarge
public static final EC2InstanceType M42xlarge
public static final EC2InstanceType M44xlarge
public static final EC2InstanceType M410xlarge
public static final EC2InstanceType M5Large
public static final EC2InstanceType M5Xlarge
public static final EC2InstanceType M52xlarge
public static final EC2InstanceType M54xlarge
public static final EC2InstanceType M58xlarge
public static final EC2InstanceType M512xlarge
public static final EC2InstanceType M516xlarge
public static final EC2InstanceType M524xlarge
public static final EC2InstanceType M5aLarge
public static final EC2InstanceType M5aXlarge
public static final EC2InstanceType M5a2xlarge
public static final EC2InstanceType M5a4xlarge
public static final EC2InstanceType M5a8xlarge
public static final EC2InstanceType M5a12xlarge
public static final EC2InstanceType M5a16xlarge
public static final EC2InstanceType M5a24xlarge
public static final EC2InstanceType C5dLarge
public static final EC2InstanceType C5dXlarge
public static final EC2InstanceType C5d2xlarge
public static final EC2InstanceType C5d4xlarge
public static final EC2InstanceType C5d9xlarge
public static final EC2InstanceType C5d12xlarge
public static final EC2InstanceType C5d18xlarge
public static final EC2InstanceType C5d24xlarge
public static final EC2InstanceType C6aLarge
public static final EC2InstanceType C6aXlarge
public static final EC2InstanceType C6a2xlarge
public static final EC2InstanceType C6a4xlarge
public static final EC2InstanceType C6a8xlarge
public static final EC2InstanceType C6a12xlarge
public static final EC2InstanceType C6a16xlarge
public static final EC2InstanceType C6a24xlarge
public static final EC2InstanceType C6iLarge
public static final EC2InstanceType C6iXlarge
public static final EC2InstanceType C6i2xlarge
public static final EC2InstanceType C6i4xlarge
public static final EC2InstanceType C6i8xlarge
public static final EC2InstanceType C6i12xlarge
public static final EC2InstanceType C6i16xlarge
public static final EC2InstanceType C6i24xlarge
public static final EC2InstanceType R5dLarge
public static final EC2InstanceType R5dXlarge
public static final EC2InstanceType R5d2xlarge
public static final EC2InstanceType R5d4xlarge
public static final EC2InstanceType R5d8xlarge
public static final EC2InstanceType R5d12xlarge
public static final EC2InstanceType R5d16xlarge
public static final EC2InstanceType R5d24xlarge
public static EC2InstanceType[] values()
for (EC2InstanceType c : EC2InstanceType.values()) System.out.println(c);
public static EC2InstanceType 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<EC2InstanceType>
public static EC2InstanceType fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.