| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Rule |
Rule.clone() |
Rule |
Rule.withActions(Collection<RuleAction> actions)
The list of actions to execute when the conditions match the incoming email, and none of the "unless conditions"
match.
|
Rule |
Rule.withActions(RuleAction... actions)
The list of actions to execute when the conditions match the incoming email, and none of the "unless conditions"
match.
|
Rule |
Rule.withConditions(Collection<RuleCondition> conditions)
The conditions of this rule.
|
Rule |
Rule.withConditions(RuleCondition... conditions)
The conditions of this rule.
|
Rule |
Rule.withName(String name)
The user-friendly name of the rule.
|
Rule |
Rule.withUnless(Collection<RuleCondition> unless)
The "unless conditions" of this rule.
|
Rule |
Rule.withUnless(RuleCondition... unless)
The "unless conditions" of this rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<Rule> |
UpdateRuleSetRequest.getRules()
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.
|
List<Rule> |
GetRuleSetResult.getRules()
The rules contained in the rule set.
|
List<Rule> |
CreateRuleSetRequest.getRules()
Conditional rules that are evaluated for determining actions on email.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateRuleSetRequest |
UpdateRuleSetRequest.withRules(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.
|
GetRuleSetResult |
GetRuleSetResult.withRules(Rule... rules)
The rules contained in the rule set.
|
CreateRuleSetRequest |
CreateRuleSetRequest.withRules(Rule... rules)
Conditional rules that are evaluated for determining actions on email.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateRuleSetRequest.setRules(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.
|
void |
GetRuleSetResult.setRules(Collection<Rule> rules)
The rules contained in the rule set.
|
void |
CreateRuleSetRequest.setRules(Collection<Rule> rules)
Conditional rules that are evaluated for determining actions on email.
|
UpdateRuleSetRequest |
UpdateRuleSetRequest.withRules(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.
|
GetRuleSetResult |
GetRuleSetResult.withRules(Collection<Rule> rules)
The rules contained in the rule set.
|
CreateRuleSetRequest |
CreateRuleSetRequest.withRules(Collection<Rule> rules)
Conditional rules that are evaluated for determining actions on email.
|
Copyright © 2024. All rights reserved.