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 MetricCollectionType
MetricCollectionType. clone()
MetricCollectionType
MetricCollectionType. 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 DescribeMetricCollectionTypesResult
DescribeMetricCollectionTypesResult. 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 void
DescribeMetricCollectionTypesResult. setMetrics(Collection<MetricCollectionType> metrics)
One or more metrics.DescribeMetricCollectionTypesResult
DescribeMetricCollectionTypesResult. withMetrics(Collection<MetricCollectionType> metrics)
One or more metrics.
-