Uses of Class
software.amazon.awssdk.services.mailmanager.model.RuleNumberEmailAttribute
-
Packages that use RuleNumberEmailAttribute Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of RuleNumberEmailAttribute in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return RuleNumberEmailAttribute Modifier and Type Method Description RuleNumberEmailAttributeRuleNumberToEvaluate. attribute()An email attribute that is used as the number to evaluate.static RuleNumberEmailAttributeRuleNumberEmailAttribute. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RuleNumberEmailAttributeRuleNumberEmailAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleNumberEmailAttribute[]RuleNumberEmailAttribute. 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 RuleNumberEmailAttribute Modifier and Type Method Description static Set<RuleNumberEmailAttribute>RuleNumberEmailAttribute. knownValues()Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type RuleNumberEmailAttribute Modifier and Type Method Description RuleNumberToEvaluate.BuilderRuleNumberToEvaluate.Builder. attribute(RuleNumberEmailAttribute attribute)An email attribute that is used as the number to evaluate.static RuleNumberToEvaluateRuleNumberToEvaluate. fromAttribute(RuleNumberEmailAttribute attribute)Create an instance of this class withRuleNumberToEvaluate.attributeAsString()initialized to the given value.
-