Uses of Class
software.amazon.awssdk.services.mailmanager.model.Rule
-
Packages that use Rule Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of Rule in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return types with arguments of type Rule Modifier and Type Method Description List<Rule>CreateRuleSetRequest. rules()Conditional rules that are evaluated for determining actions on email.List<Rule>GetRuleSetResponse. rules()The rules contained in the rule set.List<Rule>UpdateRuleSetRequest. rules()A new set of rules to replace the current rules of the rule set—these rules will override all the rules of the rule set.Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type Rule Modifier and Type Method Description CreateRuleSetRequest.BuilderCreateRuleSetRequest.Builder. rules(Rule... rules)Conditional rules that are evaluated for determining actions on email.GetRuleSetResponse.BuilderGetRuleSetResponse.Builder. rules(Rule... rules)The rules contained in the rule set.UpdateRuleSetRequest.BuilderUpdateRuleSetRequest.Builder. rules(Rule... rules)A new set of rules to replace the current rules of the rule set—these rules will override all the rules of the rule set.Method parameters in software.amazon.awssdk.services.mailmanager.model with type arguments of type Rule Modifier and Type Method Description CreateRuleSetRequest.BuilderCreateRuleSetRequest.Builder. rules(Collection<Rule> rules)Conditional rules that are evaluated for determining actions on email.GetRuleSetResponse.BuilderGetRuleSetResponse.Builder. rules(Collection<Rule> rules)The rules contained in the rule set.UpdateRuleSetRequest.BuilderUpdateRuleSetRequest.Builder. rules(Collection<Rule> rules)A new set of rules to replace the current rules of the rule set—these rules will override all the rules of the rule set.
-