| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
RuleDmarcExpression |
RuleDmarcExpression.clone() |
RuleDmarcExpression |
RuleCondition.getDmarcExpression()
The condition applies to a DMARC policy expression passed in this field.
|
RuleDmarcExpression |
RuleDmarcExpression.withOperator(RuleDmarcOperator operator)
The operator to apply to the DMARC policy of the incoming email.
|
RuleDmarcExpression |
RuleDmarcExpression.withOperator(String operator)
The operator to apply to the DMARC policy of the incoming email.
|
RuleDmarcExpression |
RuleDmarcExpression.withValues(Collection<String> values)
The values to use for the given DMARC policy operator.
|
RuleDmarcExpression |
RuleDmarcExpression.withValues(RuleDmarcPolicy... values)
The values to use for the given DMARC policy operator.
|
RuleDmarcExpression |
RuleDmarcExpression.withValues(String... values)
The values to use for the given DMARC policy operator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleCondition.setDmarcExpression(RuleDmarcExpression dmarcExpression)
The condition applies to a DMARC policy expression passed in this field.
|
RuleCondition |
RuleCondition.withDmarcExpression(RuleDmarcExpression dmarcExpression)
The condition applies to a DMARC policy expression passed in this field.
|
Copyright © 2024. All rights reserved.