Uses of Enum Class
software.amazon.awscdk.services.cloudwatch.AlarmState
-
Uses of AlarmState in software.amazon.awscdk.services.cloudwatch
Methods in software.amazon.awscdk.services.cloudwatch that return AlarmStateModifier and TypeMethodDescriptionstatic AlarmStateReturns the enum constant of this class with the specified name.static AlarmState[]AlarmState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.cloudwatch that return types with arguments of type AlarmStateModifier and TypeMethodDescriptiondefault List<AlarmState>AlarmStatusWidgetProps.getStates()Use this field to filter the list of alarms displayed in the widget to only those alarms currently in the specified states.final List<AlarmState>AlarmStatusWidgetProps.Jsii$Proxy.getStates()Methods in software.amazon.awscdk.services.cloudwatch with parameters of type AlarmStateModifier and TypeMethodDescriptionstatic IAlarmRuleAlarmRule.fromAlarm(IAlarm alarm, AlarmState alarmState) function to build Rule Expression for given IAlarm and AlarmState.Method parameters in software.amazon.awscdk.services.cloudwatch with type arguments of type AlarmStateModifier and TypeMethodDescriptionAlarmStatusWidget.Builder.states(List<? extends AlarmState> states) Use this field to filter the list of alarms displayed in the widget to only those alarms currently in the specified states.AlarmStatusWidgetProps.Builder.states(List<? extends AlarmState> states) Sets the value ofAlarmStatusWidgetProps.getStates()