Uses of Class
software.amazon.awssdk.services.applicationautoscaling.model.PredictiveScalingMaxCapacityBreachBehavior
-
Packages that use PredictiveScalingMaxCapacityBreachBehavior Package Description software.amazon.awssdk.services.applicationautoscaling.model -
-
Uses of PredictiveScalingMaxCapacityBreachBehavior in software.amazon.awssdk.services.applicationautoscaling.model
Methods in software.amazon.awssdk.services.applicationautoscaling.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.PredictiveScalingMaxCapacityBreachBehaviorPredictiveScalingPolicyConfiguration. maxCapacityBreachBehavior()Defines the behavior that should be applied if the forecast capacity approaches or exceeds the maximum capacity.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.applicationautoscaling.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.applicationautoscaling.model with parameters of type PredictiveScalingMaxCapacityBreachBehavior Modifier and Type Method Description PredictiveScalingPolicyConfiguration.BuilderPredictiveScalingPolicyConfiguration.Builder. maxCapacityBreachBehavior(PredictiveScalingMaxCapacityBreachBehavior maxCapacityBreachBehavior)Defines the behavior that should be applied if the forecast capacity approaches or exceeds the maximum capacity.
-