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 AdjustmentTypeUse this in place of valueOf.static AdjustmentTypeReturns 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 TypeMethodDescriptionvoidStepScalingPolicyConfiguration.setAdjustmentType(AdjustmentType adjustmentType) The adjustment type, which specifies how theScalingAdjustmentparameter in a StepAdjustment is interpreted.StepScalingPolicyConfiguration.withAdjustmentType(AdjustmentType adjustmentType) The adjustment type, which specifies how theScalingAdjustmentparameter in a StepAdjustment is interpreted.