Uses of Class
software.amazon.awssdk.services.autoscaling.model.MetricDimension
-
Packages that use MetricDimension Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of MetricDimension in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type MetricDimension Modifier and Type Method Description List<MetricDimension>CustomizedMetricSpecification. dimensions()The dimensions of the metric.List<MetricDimension>Metric. dimensions()The dimensions for the metric.Methods in software.amazon.awssdk.services.autoscaling.model with parameters of type MetricDimension Modifier and Type Method Description CustomizedMetricSpecification.BuilderCustomizedMetricSpecification.Builder. dimensions(MetricDimension... dimensions)The dimensions of the metric.Metric.BuilderMetric.Builder. dimensions(MetricDimension... dimensions)The dimensions for the metric.Method parameters in software.amazon.awssdk.services.autoscaling.model with type arguments of type MetricDimension Modifier and Type Method Description CustomizedMetricSpecification.BuilderCustomizedMetricSpecification.Builder. dimensions(Collection<MetricDimension> dimensions)The dimensions of the metric.Metric.BuilderMetric.Builder. dimensions(Collection<MetricDimension> dimensions)The dimensions for the metric.
-