Uses of Class
software.amazon.awssdk.services.applicationautoscaling.model.PredictiveScalingMetricDataQuery
-
Packages that use PredictiveScalingMetricDataQuery Package Description software.amazon.awssdk.services.applicationautoscaling.model -
-
Uses of PredictiveScalingMetricDataQuery in software.amazon.awssdk.services.applicationautoscaling.model
Methods in software.amazon.awssdk.services.applicationautoscaling.model that return types with arguments of type PredictiveScalingMetricDataQuery Modifier and Type Method Description List<PredictiveScalingMetricDataQuery>PredictiveScalingCustomizedMetricSpecification. metricDataQueries()One or more metric data queries to provide data points for a metric specification.Methods in software.amazon.awssdk.services.applicationautoscaling.model with parameters of type PredictiveScalingMetricDataQuery Modifier and Type Method Description PredictiveScalingCustomizedMetricSpecification.BuilderPredictiveScalingCustomizedMetricSpecification.Builder. metricDataQueries(PredictiveScalingMetricDataQuery... metricDataQueries)One or more metric data queries to provide data points for a metric specification.Method parameters in software.amazon.awssdk.services.applicationautoscaling.model with type arguments of type PredictiveScalingMetricDataQuery Modifier and Type Method Description PredictiveScalingCustomizedMetricSpecification.BuilderPredictiveScalingCustomizedMetricSpecification.Builder. metricDataQueries(Collection<PredictiveScalingMetricDataQuery> metricDataQueries)One or more metric data queries to provide data points for a metric specification.
-