Uses of Class
software.amazon.awssdk.services.autoscalingplans.model.MetricDimension
-
Packages that use MetricDimension Package Description software.amazon.awssdk.services.autoscalingplans.model -
-
Uses of MetricDimension in software.amazon.awssdk.services.autoscalingplans.model
Methods in software.amazon.awssdk.services.autoscalingplans.model that return types with arguments of type MetricDimension Modifier and Type Method Description List<MetricDimension>CustomizedLoadMetricSpecification. dimensions()The dimensions of the metric.List<MetricDimension>CustomizedScalingMetricSpecification. dimensions()The dimensions of the metric.Methods in software.amazon.awssdk.services.autoscalingplans.model with parameters of type MetricDimension Modifier and Type Method Description CustomizedLoadMetricSpecification.BuilderCustomizedLoadMetricSpecification.Builder. dimensions(MetricDimension... dimensions)The dimensions of the metric.CustomizedScalingMetricSpecification.BuilderCustomizedScalingMetricSpecification.Builder. dimensions(MetricDimension... dimensions)The dimensions of the metric.Method parameters in software.amazon.awssdk.services.autoscalingplans.model with type arguments of type MetricDimension Modifier and Type Method Description CustomizedLoadMetricSpecification.BuilderCustomizedLoadMetricSpecification.Builder. dimensions(Collection<MetricDimension> dimensions)The dimensions of the metric.CustomizedScalingMetricSpecification.BuilderCustomizedScalingMetricSpecification.Builder. dimensions(Collection<MetricDimension> dimensions)The dimensions of the metric.
-