Uses of Class
software.amazon.awssdk.services.applicationautoscaling.model.PredictiveScalingPolicyConfiguration
-
Packages that use PredictiveScalingPolicyConfiguration Package Description software.amazon.awssdk.services.applicationautoscaling.model -
-
Uses of PredictiveScalingPolicyConfiguration in software.amazon.awssdk.services.applicationautoscaling.model
Methods in software.amazon.awssdk.services.applicationautoscaling.model that return PredictiveScalingPolicyConfiguration Modifier and Type Method Description PredictiveScalingPolicyConfigurationPutScalingPolicyRequest. predictiveScalingPolicyConfiguration()The configuration of the predictive scaling policy.PredictiveScalingPolicyConfigurationScalingPolicy. predictiveScalingPolicyConfiguration()The predictive scaling policy configuration.Methods in software.amazon.awssdk.services.applicationautoscaling.model with parameters of type PredictiveScalingPolicyConfiguration Modifier and Type Method Description PutScalingPolicyRequest.BuilderPutScalingPolicyRequest.Builder. predictiveScalingPolicyConfiguration(PredictiveScalingPolicyConfiguration predictiveScalingPolicyConfiguration)The configuration of the predictive scaling policy.ScalingPolicy.BuilderScalingPolicy.Builder. predictiveScalingPolicyConfiguration(PredictiveScalingPolicyConfiguration predictiveScalingPolicyConfiguration)The predictive scaling policy configuration.
-