Uses of Class
software.amazon.awssdk.services.cloudwatch.model.Rule
-
Packages that use Rule Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of Rule in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return Rule Modifier and Type Method Description RuleGetAlarmMuteRuleResponse. rule()The configuration that defines when and how long alarms are muted.RulePutAlarmMuteRuleRequest. rule()The configuration that defines when and how long alarms should be muted.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type Rule Modifier and Type Method Description GetAlarmMuteRuleResponse.BuilderGetAlarmMuteRuleResponse.Builder. rule(Rule rule)The configuration that defines when and how long alarms are muted.PutAlarmMuteRuleRequest.BuilderPutAlarmMuteRuleRequest.Builder. rule(Rule rule)The configuration that defines when and how long alarms should be muted.
-