Uses of Class
software.amazon.awscdk.services.autoscaling.GroupMetrics
Packages that use GroupMetrics
Package
Description
Amazon EC2 Auto Scaling Construct Library
Amazon ECS Construct Library
Amazon EKS Construct Library
Amazon EKS Construct Library
-
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() -
Uses of GroupMetrics in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return types with arguments of type GroupMetricsModifier and TypeMethodDescriptionfinal List<GroupMetrics>AddCapacityOptions.Jsii$Proxy.getGroupMetrics()Method parameters in software.amazon.awscdk.services.ecs with type arguments of type GroupMetricsModifier and TypeMethodDescriptionAddCapacityOptions.Builder.groupMetrics(List<? extends GroupMetrics> groupMetrics) Sets the value ofCommonAutoScalingGroupProps.getGroupMetrics() -
Uses of GroupMetrics in software.amazon.awscdk.services.eks
Methods in software.amazon.awscdk.services.eks that return types with arguments of type GroupMetricsModifier and TypeMethodDescriptionfinal List<GroupMetrics>AutoScalingGroupCapacityOptions.Jsii$Proxy.getGroupMetrics()Method parameters in software.amazon.awscdk.services.eks with type arguments of type GroupMetricsModifier and TypeMethodDescriptionAutoScalingGroupCapacityOptions.Builder.groupMetrics(List<? extends GroupMetrics> groupMetrics) Sets the value ofCommonAutoScalingGroupProps.getGroupMetrics() -
Uses of GroupMetrics in software.amazon.awscdk.services.eks.legacy
Methods in software.amazon.awscdk.services.eks.legacy that return types with arguments of type GroupMetricsModifier and TypeMethodDescriptionfinal List<GroupMetrics>CapacityOptions.Jsii$Proxy.getGroupMetrics()Deprecated.Method parameters in software.amazon.awscdk.services.eks.legacy with type arguments of type GroupMetricsModifier and TypeMethodDescriptionCapacityOptions.Builder.groupMetrics(List<? extends GroupMetrics> groupMetrics) Deprecated.Sets the value ofCommonAutoScalingGroupProps.getGroupMetrics()