Uses of Class
software.amazon.awssdk.services.mailmanager.model.RuleDmarcPolicy
-
Packages that use RuleDmarcPolicy Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of RuleDmarcPolicy in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return RuleDmarcPolicy Modifier and Type Method Description static RuleDmarcPolicyRuleDmarcPolicy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RuleDmarcPolicyRuleDmarcPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleDmarcPolicy[]RuleDmarcPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mailmanager.model that return types with arguments of type RuleDmarcPolicy Modifier and Type Method Description static Set<RuleDmarcPolicy>RuleDmarcPolicy. knownValues()List<RuleDmarcPolicy>RuleDmarcExpression. values()The values to use for the given DMARC policy operator.Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type RuleDmarcPolicy Modifier and Type Method Description RuleDmarcExpression.BuilderRuleDmarcExpression.Builder. values(RuleDmarcPolicy... values)The values to use for the given DMARC policy operator.Method parameters in software.amazon.awssdk.services.mailmanager.model with type arguments of type RuleDmarcPolicy Modifier and Type Method Description RuleDmarcExpression.BuilderRuleDmarcExpression.Builder. values(Collection<RuleDmarcPolicy> values)The values to use for the given DMARC policy operator.
-