Uses of Class
software.amazon.awssdk.services.autoscaling.model.PredictiveScalingMaxCapacityBreachBehavior
-
Packages that use PredictiveScalingMaxCapacityBreachBehavior Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of PredictiveScalingMaxCapacityBreachBehavior in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return PredictiveScalingMaxCapacityBreachBehavior Modifier and Type Method Description static PredictiveScalingMaxCapacityBreachBehaviorPredictiveScalingMaxCapacityBreachBehavior. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PredictiveScalingMaxCapacityBreachBehaviorPredictiveScalingConfiguration. maxCapacityBreachBehavior()Defines the behavior that should be applied if the forecast capacity approaches or exceeds the maximum capacity of the Auto Scaling group.static PredictiveScalingMaxCapacityBreachBehaviorPredictiveScalingMaxCapacityBreachBehavior. 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.Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type PredictiveScalingMaxCapacityBreachBehavior Modifier and Type Method Description static Set<PredictiveScalingMaxCapacityBreachBehavior>PredictiveScalingMaxCapacityBreachBehavior. knownValues()Methods in software.amazon.awssdk.services.autoscaling.model with parameters of type PredictiveScalingMaxCapacityBreachBehavior Modifier and Type Method Description PredictiveScalingConfiguration.BuilderPredictiveScalingConfiguration.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.
-