| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
RuleCondition |
RuleCondition.clone() |
RuleCondition |
RuleCondition.withBooleanExpression(RuleBooleanExpression booleanExpression)
The condition applies to a boolean expression passed in this field.
|
RuleCondition |
RuleCondition.withDmarcExpression(RuleDmarcExpression dmarcExpression)
The condition applies to a DMARC policy expression passed in this field.
|
RuleCondition |
RuleCondition.withIpExpression(RuleIpExpression ipExpression)
The condition applies to an IP address expression passed in this field.
|
RuleCondition |
RuleCondition.withNumberExpression(RuleNumberExpression numberExpression)
The condition applies to a number expression passed in this field.
|
RuleCondition |
RuleCondition.withStringExpression(RuleStringExpression stringExpression)
The condition applies to a string expression passed in this field.
|
RuleCondition |
RuleCondition.withVerdictExpression(RuleVerdictExpression verdictExpression)
The condition applies to a verdict expression passed in this field.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleCondition> |
Rule.getConditions()
The conditions of this rule.
|
List<RuleCondition> |
Rule.getUnless()
The "unless conditions" of this rule.
|
| Modifier and Type | Method and Description |
|---|---|
Rule |
Rule.withConditions(RuleCondition... conditions)
The conditions of this rule.
|
Rule |
Rule.withUnless(RuleCondition... unless)
The "unless conditions" of this rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rule.setConditions(Collection<RuleCondition> conditions)
The conditions of this rule.
|
void |
Rule.setUnless(Collection<RuleCondition> unless)
The "unless conditions" of this rule.
|
Rule |
Rule.withConditions(Collection<RuleCondition> conditions)
The conditions of this rule.
|
Rule |
Rule.withUnless(Collection<RuleCondition> unless)
The "unless conditions" of this rule.
|
Copyright © 2024. All rights reserved.