Uses of Class
software.amazon.awssdk.services.applicationautoscaling.model.PredictiveScalingMetricSpecification
-
Packages that use PredictiveScalingMetricSpecification Package Description software.amazon.awssdk.services.applicationautoscaling.model -
-
Uses of PredictiveScalingMetricSpecification in software.amazon.awssdk.services.applicationautoscaling.model
Methods in software.amazon.awssdk.services.applicationautoscaling.model that return PredictiveScalingMetricSpecification Modifier and Type Method Description PredictiveScalingMetricSpecificationLoadForecast. metricSpecification()The metric specification for the load forecast.Methods in software.amazon.awssdk.services.applicationautoscaling.model that return types with arguments of type PredictiveScalingMetricSpecification Modifier and Type Method Description List<PredictiveScalingMetricSpecification>PredictiveScalingPolicyConfiguration. metricSpecifications()This structure includes the metrics and target utilization to use for predictive scaling.Methods in software.amazon.awssdk.services.applicationautoscaling.model with parameters of type PredictiveScalingMetricSpecification Modifier and Type Method Description LoadForecast.BuilderLoadForecast.Builder. metricSpecification(PredictiveScalingMetricSpecification metricSpecification)The metric specification for the load forecast.PredictiveScalingPolicyConfiguration.BuilderPredictiveScalingPolicyConfiguration.Builder. metricSpecifications(PredictiveScalingMetricSpecification... metricSpecifications)This structure includes the metrics and target utilization to use for predictive scaling.Method parameters in software.amazon.awssdk.services.applicationautoscaling.model with type arguments of type PredictiveScalingMetricSpecification Modifier and Type Method Description PredictiveScalingPolicyConfiguration.BuilderPredictiveScalingPolicyConfiguration.Builder. metricSpecifications(Collection<PredictiveScalingMetricSpecification> metricSpecifications)This structure includes the metrics and target utilization to use for predictive scaling.
-