Uses of Class
software.amazon.awssdk.services.autoscaling.model.MetricCollectionType
-
Packages that use MetricCollectionType Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of MetricCollectionType in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type MetricCollectionType Modifier and Type Method Description List<MetricCollectionType>DescribeMetricCollectionTypesResponse. metrics()The metrics.Methods in software.amazon.awssdk.services.autoscaling.model with parameters of type MetricCollectionType Modifier and Type Method Description DescribeMetricCollectionTypesResponse.BuilderDescribeMetricCollectionTypesResponse.Builder. metrics(MetricCollectionType... metrics)The metrics.Method parameters in software.amazon.awssdk.services.autoscaling.model with type arguments of type MetricCollectionType Modifier and Type Method Description DescribeMetricCollectionTypesResponse.BuilderDescribeMetricCollectionTypesResponse.Builder. metrics(Collection<MetricCollectionType> metrics)The metrics.
-