Uses of Class
software.amazon.awssdk.services.cloudwatch.model.AlarmMuteRuleStatus
-
Packages that use AlarmMuteRuleStatus Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of AlarmMuteRuleStatus in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return AlarmMuteRuleStatus Modifier and Type Method Description static AlarmMuteRuleStatusAlarmMuteRuleStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AlarmMuteRuleStatusAlarmMuteRuleSummary. status()The current status of the alarm mute rule.AlarmMuteRuleStatusGetAlarmMuteRuleResponse. status()The current status of the alarm mute rule.static AlarmMuteRuleStatusAlarmMuteRuleStatus. valueOf(String name)Returns 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 AlarmMuteRuleStatus Modifier and Type Method Description static Set<AlarmMuteRuleStatus>AlarmMuteRuleStatus. knownValues()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 AlarmMuteRuleStatus Modifier and Type Method Description AlarmMuteRuleSummary.BuilderAlarmMuteRuleSummary.Builder. status(AlarmMuteRuleStatus status)The current status of the alarm mute rule.GetAlarmMuteRuleResponse.BuilderGetAlarmMuteRuleResponse.Builder. status(AlarmMuteRuleStatus status)The current status of the alarm mute rule.ListAlarmMuteRulesRequest.BuilderListAlarmMuteRulesRequest.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 AlarmMuteRuleStatus Modifier and Type Method Description ListAlarmMuteRulesRequest.BuilderListAlarmMuteRulesRequest.Builder. statuses(Collection<AlarmMuteRuleStatus> statuses)Filter results to show only mute rules with the specified statuses.
-