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 EnabledMetricEnabledMetric. clone()EnabledMetricEnabledMetric. withGranularity(String granularity)The granularity of the metric.EnabledMetricEnabledMetric. 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 AutoScalingGroupAutoScalingGroup. 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 voidAutoScalingGroup. setEnabledMetrics(Collection<EnabledMetric> enabledMetrics)The metrics enabled for the group.AutoScalingGroupAutoScalingGroup. withEnabledMetrics(Collection<EnabledMetric> enabledMetrics)The metrics enabled for the group.
-