Uses of Class
software.amazon.awscdk.services.autoscaling.GroupMetrics
-
Uses of GroupMetrics in software.amazon.awscdk.services.autoscaling
Methods in software.amazon.awscdk.services.autoscaling that return GroupMetricsModifier and TypeMethodDescriptionstatic GroupMetricsGroupMetrics.all()Report all group metrics.Methods in software.amazon.awscdk.services.autoscaling that return types with arguments of type GroupMetricsModifier and TypeMethodDescriptionfinal List<GroupMetrics>AutoScalingGroupProps.Jsii$Proxy.getGroupMetrics()default List<GroupMetrics>CommonAutoScalingGroupProps.getGroupMetrics()Enable monitoring for group metrics, these metrics describe the group rather than any of its instances.final List<GroupMetrics>CommonAutoScalingGroupProps.Jsii$Proxy.getGroupMetrics()Method parameters in software.amazon.awscdk.services.autoscaling with type arguments of type GroupMetricsModifier and TypeMethodDescriptionAutoScalingGroup.Builder.groupMetrics(List<? extends GroupMetrics> groupMetrics) Enable monitoring for group metrics, these metrics describe the group rather than any of its instances.AutoScalingGroupProps.Builder.groupMetrics(List<? extends GroupMetrics> groupMetrics) Sets the value ofCommonAutoScalingGroupProps.getGroupMetrics()CommonAutoScalingGroupProps.Builder.groupMetrics(List<? extends GroupMetrics> groupMetrics) Sets the value ofCommonAutoScalingGroupProps.getGroupMetrics()