Uses of Class
com.amazonaws.services.applicationautoscaling.model.AdjustmentType
-
Packages that use AdjustmentType Package Description com.amazonaws.services.applicationautoscaling.model -
-
Uses of AdjustmentType in com.amazonaws.services.applicationautoscaling.model
Methods in com.amazonaws.services.applicationautoscaling.model that return AdjustmentType Modifier and Type Method 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.Methods in com.amazonaws.services.applicationautoscaling.model with parameters of type AdjustmentType Modifier and Type Method Description void
StepScalingPolicyConfiguration. setAdjustmentType(AdjustmentType adjustmentType)
The adjustment type, which specifies how theScalingAdjustment
parameter in a StepAdjustment is interpreted.StepScalingPolicyConfiguration
StepScalingPolicyConfiguration. withAdjustmentType(AdjustmentType adjustmentType)
The adjustment type, which specifies how theScalingAdjustment
parameter in a StepAdjustment is interpreted.
-