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)
The adjustment type, which specifies how the
ScalingAdjustment parameter in a StepAdjustment is
interpreted. |
StepScalingPolicyConfiguration |
StepScalingPolicyConfiguration.withAdjustmentType(AdjustmentType adjustmentType)
The adjustment type, which specifies how the
ScalingAdjustment parameter in a StepAdjustment is
interpreted. |
Copyright © 2018. All rights reserved.