| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
AdjustmentType |
StepScalingPolicyProps.Jsii$Proxy.getAdjustmentType() |
default AdjustmentType |
BasicStepScalingPolicyProps.getAdjustmentType()
How the adjustment numbers inside 'intervals' are interpreted.
|
AdjustmentType |
BasicStepScalingPolicyProps.Jsii$Proxy.getAdjustmentType() |
default AdjustmentType |
StepScalingActionProps.getAdjustmentType()
How the adjustment numbers are interpreted.
|
AdjustmentType |
StepScalingActionProps.Jsii$Proxy.getAdjustmentType() |
static AdjustmentType |
AdjustmentType.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.
|
| Modifier and Type | Method and Description |
|---|---|
StepScalingPolicy.Builder |
StepScalingPolicy.Builder.adjustmentType(AdjustmentType adjustmentType)
How the adjustment numbers inside 'intervals' are interpreted.
|
StepScalingAction.Builder |
StepScalingAction.Builder.adjustmentType(AdjustmentType adjustmentType)
How the adjustment numbers are interpreted.
|
StepScalingPolicyProps.Builder |
StepScalingPolicyProps.Builder.adjustmentType(AdjustmentType adjustmentType)
Sets the value of
BasicStepScalingPolicyProps.getAdjustmentType() |
BasicStepScalingPolicyProps.Builder |
BasicStepScalingPolicyProps.Builder.adjustmentType(AdjustmentType adjustmentType)
Sets the value of
BasicStepScalingPolicyProps.getAdjustmentType() |
StepScalingActionProps.Builder |
StepScalingActionProps.Builder.adjustmentType(AdjustmentType adjustmentType)
Sets the value of
StepScalingActionProps.getAdjustmentType() |
Copyright © 2022. All rights reserved.