Uses of Class
com.amazonaws.services.autoscaling.model.EnabledMetric
-
Packages that use EnabledMetric Package Description com.amazonaws.services.autoscaling.model -
-
Uses of EnabledMetric in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return EnabledMetric Modifier and Type Method Description EnabledMetric
EnabledMetric. clone()
EnabledMetric
EnabledMetric. withGranularity(String granularity)
The granularity of the metric.EnabledMetric
EnabledMetric. withMetric(String metric)
One of the following metrics:Methods in com.amazonaws.services.autoscaling.model that return types with arguments of type EnabledMetric Modifier and Type Method Description List<EnabledMetric>
AutoScalingGroup. getEnabledMetrics()
The metrics enabled for the group.Methods in com.amazonaws.services.autoscaling.model with parameters of type EnabledMetric Modifier and Type Method Description AutoScalingGroup
AutoScalingGroup. withEnabledMetrics(EnabledMetric... enabledMetrics)
The metrics enabled for the group.Method parameters in com.amazonaws.services.autoscaling.model with type arguments of type EnabledMetric Modifier and Type Method Description void
AutoScalingGroup. setEnabledMetrics(Collection<EnabledMetric> enabledMetrics)
The metrics enabled for the group.AutoScalingGroup
AutoScalingGroup. withEnabledMetrics(Collection<EnabledMetric> enabledMetrics)
The metrics enabled for the group.
-