Uses of Class
com.amazonaws.services.autoscaling.model.MetricCollectionType
-
Packages that use MetricCollectionType Package Description com.amazonaws.services.autoscaling.model -
-
Uses of MetricCollectionType in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return MetricCollectionType Modifier and Type Method Description MetricCollectionTypeMetricCollectionType. clone()MetricCollectionTypeMetricCollectionType. withMetric(String metric)One of the following metrics:Methods in com.amazonaws.services.autoscaling.model that return types with arguments of type MetricCollectionType Modifier and Type Method Description List<MetricCollectionType>DescribeMetricCollectionTypesResult. getMetrics()One or more metrics.Methods in com.amazonaws.services.autoscaling.model with parameters of type MetricCollectionType Modifier and Type Method Description DescribeMetricCollectionTypesResultDescribeMetricCollectionTypesResult. withMetrics(MetricCollectionType... metrics)One or more metrics.Method parameters in com.amazonaws.services.autoscaling.model with type arguments of type MetricCollectionType Modifier and Type Method Description voidDescribeMetricCollectionTypesResult. setMetrics(Collection<MetricCollectionType> metrics)One or more metrics.DescribeMetricCollectionTypesResultDescribeMetricCollectionTypesResult. withMetrics(Collection<MetricCollectionType> metrics)One or more metrics.
-