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 AdjustmentTypeAdjustmentType. fromValue(String value)Use this in place of valueOf.static AdjustmentTypeAdjustmentType. 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 voidStepScalingPolicyConfiguration. setAdjustmentType(AdjustmentType adjustmentType)The adjustment type, which specifies how theScalingAdjustmentparameter in a StepAdjustment is interpreted.StepScalingPolicyConfigurationStepScalingPolicyConfiguration. withAdjustmentType(AdjustmentType adjustmentType)The adjustment type, which specifies how theScalingAdjustmentparameter in a StepAdjustment is interpreted.
-