@Stability(value=Stable) public static enum EmrCreateCluster.ScalingAdjustmentType extends Enum<EmrCreateCluster.ScalingAdjustmentType>
| Enum Constant and Description |
|---|
CHANGE_IN_CAPACITY
CHANGE_IN_CAPACITY.
|
EXACT_CAPACITY
EXACT_CAPACITY.
|
PERCENT_CHANGE_IN_CAPACITY
PERCENT_CHANGE_IN_CAPACITY.
|
| Modifier and Type | Method and Description |
|---|---|
static EmrCreateCluster.ScalingAdjustmentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmrCreateCluster.ScalingAdjustmentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Stable) public static final EmrCreateCluster.ScalingAdjustmentType CHANGE_IN_CAPACITY
@Stability(value=Stable) public static final EmrCreateCluster.ScalingAdjustmentType PERCENT_CHANGE_IN_CAPACITY
@Stability(value=Stable) public static final EmrCreateCluster.ScalingAdjustmentType EXACT_CAPACITY
public static EmrCreateCluster.ScalingAdjustmentType[] values()
for (EmrCreateCluster.ScalingAdjustmentType c : EmrCreateCluster.ScalingAdjustmentType.values()) System.out.println(c);
public static EmrCreateCluster.ScalingAdjustmentType 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 © 2022. All rights reserved.