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