@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum EC2InstanceType extends Enum<EC2InstanceType>
Enum Constant and Description |
---|
C32xlarge |
C34xlarge |
C38xlarge |
C3Large |
C3Xlarge |
C42xlarge |
C44xlarge |
C48xlarge |
C4Large |
C4Xlarge |
M32xlarge |
M3Large |
M3Medium |
M3Xlarge |
M410xlarge |
M42xlarge |
M44xlarge |
M4Large |
M4Xlarge |
R32xlarge |
R34xlarge |
R38xlarge |
R3Large |
R3Xlarge |
R416xlarge |
R42xlarge |
R44xlarge |
R48xlarge |
R4Large |
R4Xlarge |
T2Large |
T2Medium |
T2Micro |
T2Small |
Modifier and Type | Method and Description |
---|---|
static EC2InstanceType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static EC2InstanceType |
valueOf(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 T2Micro
public static final EC2InstanceType T2Small
public static final EC2InstanceType T2Medium
public static final EC2InstanceType T2Large
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 C4Large
public static final EC2InstanceType C4Xlarge
public static final EC2InstanceType C42xlarge
public static final EC2InstanceType C44xlarge
public static final EC2InstanceType C48xlarge
public static final EC2InstanceType R3Large
public static final EC2InstanceType R3Xlarge
public static final EC2InstanceType R32xlarge
public static final EC2InstanceType R34xlarge
public static final EC2InstanceType R38xlarge
public static final EC2InstanceType R4Large
public static final EC2InstanceType R4Xlarge
public static final EC2InstanceType R42xlarge
public static final EC2InstanceType R44xlarge
public static final EC2InstanceType R48xlarge
public static final EC2InstanceType R416xlarge
public static final EC2InstanceType M3Medium
public static final EC2InstanceType M3Large
public static final EC2InstanceType M3Xlarge
public static final EC2InstanceType M32xlarge
public static final EC2InstanceType M4Large
public static final EC2InstanceType M4Xlarge
public static final EC2InstanceType M42xlarge
public static final EC2InstanceType M44xlarge
public static final EC2InstanceType M410xlarge
public static EC2InstanceType[] values()
for (EC2InstanceType c : EC2InstanceType.values()) System.out.println(c);
public static EC2InstanceType 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<EC2InstanceType>
public static EC2InstanceType 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.