| Package | Description |
|---|---|
| com.amazonaws.services.applicationautoscaling.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 |
StepScalingPolicyConfiguration.setAdjustmentType(AdjustmentType adjustmentType)
Specifies whether the
ScalingAdjustment value in a StepAdjustment is an absolute number or a
percentage of the current capacity. |
StepScalingPolicyConfiguration |
StepScalingPolicyConfiguration.withAdjustmentType(AdjustmentType adjustmentType)
Specifies whether the
ScalingAdjustment value in a StepAdjustment is an absolute number or a
percentage of the current capacity. |
Copyright © 2020. All rights reserved.