@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum InstanceType extends Enum<InstanceType>
Modifier and Type | Method and Description |
---|---|
static InstanceType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static InstanceType |
valueOf(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 T2Xlarge
public static final InstanceType T22xlarge
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 M416xlarge
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 R4Large
public static final InstanceType R4Xlarge
public static final InstanceType R42xlarge
public static final InstanceType R44xlarge
public static final InstanceType R48xlarge
public static final InstanceType R416xlarge
public static final InstanceType X116xlarge
public static final InstanceType X132xlarge
public static final InstanceType X1e32xlarge
public static final InstanceType I2Xlarge
public static final InstanceType I22xlarge
public static final InstanceType I24xlarge
public static final InstanceType I28xlarge
public static final InstanceType I3Large
public static final InstanceType I3Xlarge
public static final InstanceType I32xlarge
public static final InstanceType I34xlarge
public static final InstanceType I38xlarge
public static final InstanceType I316xlarge
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 C5Large
public static final InstanceType C5Xlarge
public static final InstanceType C52xlarge
public static final InstanceType C54xlarge
public static final InstanceType C59xlarge
public static final InstanceType C518xlarge
public static final InstanceType Cc14xlarge
public static final InstanceType Cc28xlarge
public static final InstanceType G22xlarge
public static final InstanceType G28xlarge
public static final InstanceType G34xlarge
public static final InstanceType G38xlarge
public static final InstanceType G316xlarge
public static final InstanceType Cg14xlarge
public static final InstanceType P2Xlarge
public static final InstanceType P28xlarge
public static final InstanceType P216xlarge
public static final InstanceType P32xlarge
public static final InstanceType P38xlarge
public static final InstanceType P316xlarge
public static final InstanceType D2Xlarge
public static final InstanceType D22xlarge
public static final InstanceType D24xlarge
public static final InstanceType D28xlarge
public static final InstanceType F12xlarge
public static final InstanceType F116xlarge
public static InstanceType[] values()
for (InstanceType c : InstanceType.values()) System.out.println(c);
public static InstanceType 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<InstanceType>
public static InstanceType fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.