| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
static PredictiveScalingMaxCapacityBreachBehavior |
PredictiveScalingMaxCapacityBreachBehavior.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
PredictiveScalingConfiguration |
PredictiveScalingConfiguration.withMaxCapacityBreachBehavior(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 © 2021. All rights reserved.