Uses of Class
software.amazon.awssdk.services.autoscaling.model.TargetTrackingMetricDataQuery
-
Packages that use TargetTrackingMetricDataQuery Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of TargetTrackingMetricDataQuery in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type TargetTrackingMetricDataQuery Modifier and Type Method Description List<TargetTrackingMetricDataQuery>CustomizedMetricSpecification. metrics()The metrics to include in the target tracking scaling policy, as a metric data query.Methods in software.amazon.awssdk.services.autoscaling.model with parameters of type TargetTrackingMetricDataQuery Modifier and Type Method Description CustomizedMetricSpecification.BuilderCustomizedMetricSpecification.Builder. metrics(TargetTrackingMetricDataQuery... metrics)The metrics to include in the target tracking scaling policy, as a metric data query.Method parameters in software.amazon.awssdk.services.autoscaling.model with type arguments of type TargetTrackingMetricDataQuery Modifier and Type Method Description CustomizedMetricSpecification.BuilderCustomizedMetricSpecification.Builder. metrics(Collection<TargetTrackingMetricDataQuery> metrics)The metrics to include in the target tracking scaling policy, as a metric data query.
-