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