|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||
java.lang.Objectjava.lang.Enum<InstanceType>
com.amazonaws.services.ec2.model.InstanceType
public enum InstanceType
Instance Type
| Method Summary | |
|---|---|
static InstanceType |
fromValue(java.lang.String value)
Use this in place of valueOf. |
java.lang.String |
toString()
|
static InstanceType |
valueOf(java.lang.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. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final InstanceType T1Micro
public static final InstanceType M1Small
public static final InstanceType M1Medium
public static final InstanceType M1Large
public static final InstanceType M1Xlarge
public static final InstanceType M3Medium
public static final InstanceType M3Large
public static final InstanceType M3Xlarge
public static final InstanceType M32xlarge
public static final InstanceType M2Xlarge
public static final InstanceType M22xlarge
public static final InstanceType M24xlarge
public static final InstanceType Cr18xlarge
public static final InstanceType I2Xlarge
public static final InstanceType I22xlarge
public static final InstanceType I24xlarge
public static final InstanceType I28xlarge
public static final InstanceType Hi14xlarge
public static final InstanceType Hs18xlarge
public static final InstanceType C1Medium
public static final InstanceType C1Xlarge
public static final InstanceType C3Large
public static final InstanceType C3Xlarge
public static final InstanceType C32xlarge
public static final InstanceType C34xlarge
public static final InstanceType C38xlarge
public static final InstanceType Cc14xlarge
public static final InstanceType Cc28xlarge
public static final InstanceType G22xlarge
public static final InstanceType Cg14xlarge
public static final InstanceType R3Large
public static final InstanceType R3Xlarge
public static final InstanceType R32xlarge
public static final InstanceType R34xlarge
public static final InstanceType R38xlarge
| Method Detail |
|---|
public static InstanceType[] values()
for (InstanceType c : InstanceType.values()) System.out.println(c);
public static InstanceType 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 name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<InstanceType>public static InstanceType fromValue(java.lang.String value)
value - real value
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||