public enum EC2InstanceType extends java.lang.Enum<EC2InstanceType>
| Enum Constant and Description |
|---|
C1Medium |
C1Xlarge |
C32xlarge |
C34xlarge |
C38xlarge |
C3large |
C3xlarge |
Cc14xlarge |
Cc28xlarge |
Cg14xlarge |
Hi14xlarge |
Hs18xlarge |
I22xlarge |
I24xlarge |
I28xlarge |
I2xlarge |
M1Large |
M1Medium |
M1Small |
M1Xlarge |
M22xlarge |
M24xlarge |
M2Xlarge |
M32xlarge |
M3Large |
M3Medium |
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 M3Medium
public static final EC2InstanceType M3Large
public static final EC2InstanceType M3Xlarge
public static final EC2InstanceType M32xlarge
public static final EC2InstanceType C1Medium
public static final EC2InstanceType C1Xlarge
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 Cc14xlarge
public static final EC2InstanceType Cc28xlarge
public static final EC2InstanceType Cg14xlarge
public static final EC2InstanceType Hi14xlarge
public static final EC2InstanceType Hs18xlarge
public static final EC2InstanceType I2xlarge
public static final EC2InstanceType I22xlarge
public static final EC2InstanceType I24xlarge
public static final EC2InstanceType I28xlarge
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()