Uses of Class
software.amazon.awssdk.services.autoscaling.model.PredictiveScalingConfiguration
-
Packages that use PredictiveScalingConfiguration Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of PredictiveScalingConfiguration in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return PredictiveScalingConfiguration Modifier and Type Method Description PredictiveScalingConfigurationPutScalingPolicyRequest. predictiveScalingConfiguration()A predictive scaling policy.PredictiveScalingConfigurationScalingPolicy. predictiveScalingConfiguration()A predictive scaling policy.Methods in software.amazon.awssdk.services.autoscaling.model with parameters of type PredictiveScalingConfiguration Modifier and Type Method Description PutScalingPolicyRequest.BuilderPutScalingPolicyRequest.Builder. predictiveScalingConfiguration(PredictiveScalingConfiguration predictiveScalingConfiguration)A predictive scaling policy.ScalingPolicy.BuilderScalingPolicy.Builder. predictiveScalingConfiguration(PredictiveScalingConfiguration predictiveScalingConfiguration)A predictive scaling policy.
-