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