Uses of Enum Class
software.amazon.awscdk.services.autoscaling.AdjustmentType
Packages that use AdjustmentType
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of AdjustmentType in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return AdjustmentTypeModifier and TypeMethodDescriptiondefault AdjustmentTypeBasicStepScalingPolicyProps.getAdjustmentType()How the adjustment numbers inside 'intervals' are interpreted.final AdjustmentTypeBasicStepScalingPolicyProps.Jsii$Proxy.getAdjustmentType()default AdjustmentTypeStepScalingActionProps.getAdjustmentType()How the adjustment numbers are interpreted.final AdjustmentTypeStepScalingActionProps.Jsii$Proxy.getAdjustmentType()final AdjustmentTypeStepScalingPolicyProps.Jsii$Proxy.getAdjustmentType()static AdjustmentTypeReturns the enum constant of this class with the specified name.static AdjustmentType[]AdjustmentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.autoscaling with parameters of type AdjustmentTypeModifier and TypeMethodDescriptionBasicStepScalingPolicyProps.Builder.adjustmentType(AdjustmentType adjustmentType) Sets the value ofBasicStepScalingPolicyProps.getAdjustmentType()StepScalingAction.Builder.adjustmentType(AdjustmentType adjustmentType) How the adjustment numbers are interpreted.StepScalingActionProps.Builder.adjustmentType(AdjustmentType adjustmentType) Sets the value ofStepScalingActionProps.getAdjustmentType()StepScalingPolicy.Builder.adjustmentType(AdjustmentType adjustmentType) How the adjustment numbers inside 'intervals' are interpreted.StepScalingPolicyProps.Builder.adjustmentType(AdjustmentType adjustmentType) Sets the value ofBasicStepScalingPolicyProps.getAdjustmentType()