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