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