Uses of Enum
com.amazonaws.services.applicationautoscaling.model.AdjustmentType
Packages that use AdjustmentType
-
Uses of AdjustmentType in com.amazonaws.services.applicationautoscaling.model
Methods in com.amazonaws.services.applicationautoscaling.model that return AdjustmentTypeModifier and TypeMethodDescriptionstatic AdjustmentType
Use this in place of valueOf.static AdjustmentType
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 AdjustmentTypeModifier and TypeMethodDescriptionvoid
StepScalingPolicyConfiguration.setAdjustmentType
(AdjustmentType adjustmentType) The adjustment type, which specifies how theScalingAdjustment
parameter in a StepAdjustment is interpreted.StepScalingPolicyConfiguration.withAdjustmentType
(AdjustmentType adjustmentType) The adjustment type, which specifies how theScalingAdjustment
parameter in a StepAdjustment is interpreted.