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