Uses of Class
software.amazon.awssdk.services.mailmanager.model.RuleIpEmailAttribute
-
Packages that use RuleIpEmailAttribute Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of RuleIpEmailAttribute in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return RuleIpEmailAttribute Modifier and Type Method Description RuleIpEmailAttributeRuleIpToEvaluate. attribute()The attribute of the email to evaluate.static RuleIpEmailAttributeRuleIpEmailAttribute. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RuleIpEmailAttributeRuleIpEmailAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleIpEmailAttribute[]RuleIpEmailAttribute. 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 RuleIpEmailAttribute Modifier and Type Method Description static Set<RuleIpEmailAttribute>RuleIpEmailAttribute. knownValues()Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type RuleIpEmailAttribute Modifier and Type Method Description RuleIpToEvaluate.BuilderRuleIpToEvaluate.Builder. attribute(RuleIpEmailAttribute attribute)The attribute of the email to evaluate.static RuleIpToEvaluateRuleIpToEvaluate. fromAttribute(RuleIpEmailAttribute attribute)Create an instance of this class withRuleIpToEvaluate.attributeAsString()initialized to the given value.
-