public static enum EmrCreateCluster.EbsBlockDeviceVolumeType extends java.lang.Enum<EmrCreateCluster.EbsBlockDeviceVolumeType>
Enum Constant and Description |
---|
GP2
gp2 Volume Type.
|
IO1
io1 Volume Type.
|
STANDARD
Standard Volume Type.
|
Modifier and Type | Method and Description |
---|---|
static EmrCreateCluster.EbsBlockDeviceVolumeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EmrCreateCluster.EbsBlockDeviceVolumeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmrCreateCluster.EbsBlockDeviceVolumeType GP2
public static final EmrCreateCluster.EbsBlockDeviceVolumeType IO1
public static final EmrCreateCluster.EbsBlockDeviceVolumeType STANDARD
public static EmrCreateCluster.EbsBlockDeviceVolumeType[] values()
for (EmrCreateCluster.EbsBlockDeviceVolumeType c : EmrCreateCluster.EbsBlockDeviceVolumeType.values()) System.out.println(c);
public static EmrCreateCluster.EbsBlockDeviceVolumeType 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 null