Uses of Class
software.amazon.awssdk.services.mailmanager.model.RuleVerdictToEvaluate
-
Packages that use RuleVerdictToEvaluate Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of RuleVerdictToEvaluate in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return RuleVerdictToEvaluate Modifier and Type Method Description RuleVerdictToEvaluateRuleVerdictExpression. evaluate()The verdict to evaluate in a verdict condition expression.static RuleVerdictToEvaluateRuleVerdictToEvaluate. fromAnalysis(Consumer<Analysis.Builder> analysis)Create an instance of this class withanalysis()initialized to the given value.static RuleVerdictToEvaluateRuleVerdictToEvaluate. fromAnalysis(Analysis analysis)Create an instance of this class withanalysis()initialized to the given value.static RuleVerdictToEvaluateRuleVerdictToEvaluate. fromAttribute(String attribute)Create an instance of this class withattributeAsString()initialized to the given value.static RuleVerdictToEvaluateRuleVerdictToEvaluate. fromAttribute(RuleVerdictAttribute attribute)Create an instance of this class withattributeAsString()initialized to the given value.Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type RuleVerdictToEvaluate Modifier and Type Method Description RuleVerdictExpression.BuilderRuleVerdictExpression.Builder. evaluate(RuleVerdictToEvaluate evaluate)The verdict to evaluate in a verdict condition expression.
-