| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
static PredictiveScalingMaxCapacityBreachBehavior |
PredictiveScalingMaxCapacityBreachBehavior.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PredictiveScalingMaxCapacityBreachBehavior |
PredictiveScalingConfiguration.maxCapacityBreachBehavior()
Defines the behavior that should be applied if the forecast capacity approaches or exceeds the maximum capacity
of the Auto Scaling group.
|
static PredictiveScalingMaxCapacityBreachBehavior |
PredictiveScalingMaxCapacityBreachBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PredictiveScalingMaxCapacityBreachBehavior[] |
PredictiveScalingMaxCapacityBreachBehavior.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<PredictiveScalingMaxCapacityBreachBehavior> |
PredictiveScalingMaxCapacityBreachBehavior.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PredictiveScalingConfiguration.Builder |
PredictiveScalingConfiguration.Builder.maxCapacityBreachBehavior(PredictiveScalingMaxCapacityBreachBehavior maxCapacityBreachBehavior)
Defines the behavior that should be applied if the forecast capacity approaches or exceeds the maximum
capacity of the Auto Scaling group.
|
Copyright © 2022. All rights reserved.