Uses of Class
software.amazon.awssdk.services.applicationautoscaling.model.TargetTrackingMetricDimension
-
Packages that use TargetTrackingMetricDimension Package Description software.amazon.awssdk.services.applicationautoscaling.model -
-
Uses of TargetTrackingMetricDimension in software.amazon.awssdk.services.applicationautoscaling.model
Methods in software.amazon.awssdk.services.applicationautoscaling.model that return types with arguments of type TargetTrackingMetricDimension Modifier and Type Method Description List<TargetTrackingMetricDimension>TargetTrackingMetric. dimensions()The dimensions for the metric.Methods in software.amazon.awssdk.services.applicationautoscaling.model with parameters of type TargetTrackingMetricDimension Modifier and Type Method Description TargetTrackingMetric.BuilderTargetTrackingMetric.Builder. dimensions(TargetTrackingMetricDimension... dimensions)The dimensions for the metric.Method parameters in software.amazon.awssdk.services.applicationautoscaling.model with type arguments of type TargetTrackingMetricDimension Modifier and Type Method Description TargetTrackingMetric.BuilderTargetTrackingMetric.Builder. dimensions(Collection<TargetTrackingMetricDimension> dimensions)The dimensions for the metric.
-