public enum EC2InstanceType extends java.lang.Enum<EC2InstanceType>
| Enum Constant and Description |
|---|
C1Medium |
C1Xlarge |
Cc14xlarge |
Cc28xlarge |
Cg14xlarge |
Hi14xlarge |
M1Large |
M1Medium |
M1Small |
M1Xlarge |
M22xlarge |
M24xlarge |
M2Xlarge |
M32xlarge |
M3Xlarge |
T1Micro |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
static EC2InstanceType |
valueOf(java.lang.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 T1Micro
public static final EC2InstanceType M1Small
public static final EC2InstanceType M1Medium
public static final EC2InstanceType M1Large
public static final EC2InstanceType M1Xlarge
public static final EC2InstanceType M2Xlarge
public static final EC2InstanceType M22xlarge
public static final EC2InstanceType M24xlarge
public static final EC2InstanceType M3Xlarge
public static final EC2InstanceType M32xlarge
public static final EC2InstanceType C1Medium
public static final EC2InstanceType C1Xlarge
public static final EC2InstanceType Hi14xlarge
public static final EC2InstanceType Cc14xlarge
public static final EC2InstanceType Cc28xlarge
public static final EC2InstanceType Cg14xlarge
public static EC2InstanceType[] values()
for (EC2InstanceType c : EC2InstanceType.values()) System.out.println(c);
public static EC2InstanceType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()