| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationautoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
AdjustmentType |
StepScalingPolicyConfiguration.adjustmentType()
Specifies how the
ScalingAdjustment value in a StepAdjustment is interpreted (for example, an absolute number or a percentage). |
static AdjustmentType |
AdjustmentType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<AdjustmentType> |
AdjustmentType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StepScalingPolicyConfiguration.Builder |
StepScalingPolicyConfiguration.Builder.adjustmentType(AdjustmentType adjustmentType)
Specifies how the
ScalingAdjustment value in a StepAdjustment is interpreted (for example, an absolute number or a percentage). |
Copyright © 2023. All rights reserved.