Uses of Enum
software.amazon.awssdk.services.cloudwatch.model.AlarmMuteRuleStatus
Packages that use AlarmMuteRuleStatus
-
Uses of AlarmMuteRuleStatus in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return AlarmMuteRuleStatusModifier and TypeMethodDescriptionstatic AlarmMuteRuleStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final AlarmMuteRuleStatusAlarmMuteRuleSummary.status()The current status of the alarm mute rule.final AlarmMuteRuleStatusGetAlarmMuteRuleResponse.status()The current status of the alarm mute rule.static AlarmMuteRuleStatusReturns the enum constant of this type with the specified name.static AlarmMuteRuleStatus[]AlarmMuteRuleStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type AlarmMuteRuleStatusModifier and TypeMethodDescriptionstatic Set<AlarmMuteRuleStatus>AlarmMuteRuleStatus.knownValues()final List<AlarmMuteRuleStatus>ListAlarmMuteRulesRequest.statuses()Filter results to show only mute rules with the specified statuses.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type AlarmMuteRuleStatusModifier and TypeMethodDescriptionAlarmMuteRuleSummary.Builder.status(AlarmMuteRuleStatus status) The current status of the alarm mute rule.GetAlarmMuteRuleResponse.Builder.status(AlarmMuteRuleStatus status) The current status of the alarm mute rule.ListAlarmMuteRulesRequest.Builder.statuses(AlarmMuteRuleStatus... statuses) Filter results to show only mute rules with the specified statuses.Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type AlarmMuteRuleStatusModifier and TypeMethodDescriptionListAlarmMuteRulesRequest.Builder.statuses(Collection<AlarmMuteRuleStatus> statuses) Filter results to show only mute rules with the specified statuses.