Uses of Class
software.amazon.awssdk.services.mailmanager.model.RuleBooleanEmailAttribute
-
Packages that use RuleBooleanEmailAttribute Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of RuleBooleanEmailAttribute in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return RuleBooleanEmailAttribute Modifier and Type Method Description RuleBooleanEmailAttributeRuleBooleanToEvaluate. attribute()The boolean type representing the allowed attribute types for an email.static RuleBooleanEmailAttributeRuleBooleanEmailAttribute. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RuleBooleanEmailAttributeRuleBooleanEmailAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleBooleanEmailAttribute[]RuleBooleanEmailAttribute. 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 RuleBooleanEmailAttribute Modifier and Type Method Description static Set<RuleBooleanEmailAttribute>RuleBooleanEmailAttribute. knownValues()Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type RuleBooleanEmailAttribute Modifier and Type Method Description RuleBooleanToEvaluate.BuilderRuleBooleanToEvaluate.Builder. attribute(RuleBooleanEmailAttribute attribute)The boolean type representing the allowed attribute types for an email.static RuleBooleanToEvaluateRuleBooleanToEvaluate. fromAttribute(RuleBooleanEmailAttribute attribute)Create an instance of this class withRuleBooleanToEvaluate.attributeAsString()initialized to the given value.
-