Uses of Class
software.amazon.awssdk.services.mailmanager.model.RuleDmarcExpression
-
Packages that use RuleDmarcExpression Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of RuleDmarcExpression in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return RuleDmarcExpression Modifier and Type Method Description RuleDmarcExpressionRuleCondition. dmarcExpression()The condition applies to a DMARC policy expression passed in this field.Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type RuleDmarcExpression Modifier and Type Method Description RuleCondition.BuilderRuleCondition.Builder. dmarcExpression(RuleDmarcExpression dmarcExpression)The condition applies to a DMARC policy expression passed in this field.static RuleConditionRuleCondition. fromDmarcExpression(RuleDmarcExpression dmarcExpression)Create an instance of this class withRuleCondition.dmarcExpression()initialized to the given value.
-