Uses of Class
software.amazon.awssdk.services.autoscaling.model.Metric
-
Packages that use Metric Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of Metric in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return Metric Modifier and Type Method Description MetricMetricStat. metric()The CloudWatch metric to return, including the metric name, namespace, and dimensions.MetricTargetTrackingMetricStat. metric()The metric to use.Methods in software.amazon.awssdk.services.autoscaling.model with parameters of type Metric Modifier and Type Method Description MetricStat.BuilderMetricStat.Builder. metric(Metric metric)The CloudWatch metric to return, including the metric name, namespace, and dimensions.TargetTrackingMetricStat.BuilderTargetTrackingMetricStat.Builder. metric(Metric metric)The metric to use.
-