@Stability(value=Stable) public static enum EmrCreateCluster.EbsBlockDeviceVolumeType extends 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(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.
|
@Stability(value=Stable) public static final EmrCreateCluster.EbsBlockDeviceVolumeType GP2
@Stability(value=Stable) public static final EmrCreateCluster.EbsBlockDeviceVolumeType IO1
@Stability(value=Stable) 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(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 nullCopyright © 2023. All rights reserved.