Uses of Enum
software.amazon.awscdk.services.autoscaling.AdjustmentType
Package
Description
Amazon EC2 Auto Scaling Construct Library
-
Uses of AdjustmentType in software.amazon.awscdk.services.autoscaling
Modifier and TypeMethodDescriptiondefault AdjustmentType
BasicStepScalingPolicyProps.getAdjustmentType()
How the adjustment numbers inside 'intervals' are interpreted.final AdjustmentType
BasicStepScalingPolicyProps.Jsii$Proxy.getAdjustmentType()
default AdjustmentType
StepScalingActionProps.getAdjustmentType()
How the adjustment numbers are interpreted.final AdjustmentType
StepScalingActionProps.Jsii$Proxy.getAdjustmentType()
final AdjustmentType
StepScalingPolicyProps.Jsii$Proxy.getAdjustmentType()
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.Modifier 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()