public enum InstanceType extends java.lang.Enum<InstanceType>
Modifier and Type | Method and Description |
---|---|
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.
|
public static final InstanceType T1Micro
public static final InstanceType T2Nano
public static final InstanceType T2Micro
public static final InstanceType T2Small
public static final InstanceType T2Medium
public static final InstanceType T2Large
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 M4Large
public static final InstanceType M4Xlarge
public static final InstanceType M42xlarge
public static final InstanceType M44xlarge
public static final InstanceType M410xlarge
public static final InstanceType M2Xlarge
public static final InstanceType M22xlarge
public static final InstanceType M24xlarge
public static final InstanceType Cr18xlarge
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
public static final InstanceType X14xlarge
public static final InstanceType X18xlarge
public static final InstanceType X116xlarge
public static final InstanceType X132xlarge
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 C4Large
public static final InstanceType C4Xlarge
public static final InstanceType C42xlarge
public static final InstanceType C44xlarge
public static final InstanceType C48xlarge
public static final InstanceType Cc14xlarge
public static final InstanceType Cc28xlarge
public static final InstanceType G22xlarge
public static final InstanceType G28xlarge
public static final InstanceType Cg14xlarge
public static final InstanceType D2Xlarge
public static final InstanceType D22xlarge
public static final InstanceType D24xlarge
public static final InstanceType D28xlarge
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 namejava.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 valueCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.