| Package | Description |
|---|---|
| com.amazonaws.services.elasticmapreduce.model |
| Modifier and Type | Method and Description |
|---|---|
static AdjustmentType |
AdjustmentType.fromValue(String value)
Use this in place of valueOf.
|
static AdjustmentType |
AdjustmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdjustmentType[] |
AdjustmentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleScalingPolicyConfiguration.setAdjustmentType(AdjustmentType adjustmentType)
The way in which EC2 instances are added (if
ScalingAdjustment is a positive number) or terminated
(if ScalingAdjustment is a negative number) each time the scaling activity is triggered. |
SimpleScalingPolicyConfiguration |
SimpleScalingPolicyConfiguration.withAdjustmentType(AdjustmentType adjustmentType)
The way in which EC2 instances are added (if
ScalingAdjustment is a positive number) or terminated
(if ScalingAdjustment is a negative number) each time the scaling activity is triggered. |
Copyright © 2021. All rights reserved.