public enum InstanceType extends java.lang.Enum<InstanceType>
| 列挙型定数と説明 |
|---|
C1Medium |
C1Xlarge |
Cc14xlarge |
Cc28xlarge |
Cg14xlarge |
Cr18xlarge |
Hi14xlarge |
Hs18xlarge |
M1Large |
M1Medium |
M1Small |
M1Xlarge |
M22xlarge |
M24xlarge |
M2Xlarge |
M32xlarge |
M3Xlarge |
T1Micro |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static InstanceType |
fromValue(java.lang.String value)
Use this in place of valueOf.
|
java.lang.String |
toString() |
static InstanceType |
valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static InstanceType[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
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 M2Xlarge
public static final InstanceType M22xlarge
public static final InstanceType M24xlarge
public static final InstanceType M3Xlarge
public static final InstanceType M32xlarge
public static final InstanceType C1Medium
public static final InstanceType C1Xlarge
public static final InstanceType Hi14xlarge
public static final InstanceType Hs18xlarge
public static final InstanceType Cc14xlarge
public static final InstanceType Cc28xlarge
public static final InstanceType Cg14xlarge
public static final InstanceType Cr18xlarge
public static InstanceType[] values()
for(InstanceType c: InstanceType.values()) System.out.println(c);
public static InstanceType valueOf(java.lang.String name)
name - 返される列挙型定数の名前java.lang.IllegalArgumentException - 指定された名前を持つ定数を
この列挙型が持っていない場合java.lang.NullPointerException - 引数がnullの場合public java.lang.String toString()
toString クラス内 java.lang.Enum<InstanceType>public static InstanceType fromValue(java.lang.String value)
value - real value