Uses of Class
software.amazon.awssdk.services.mailmanager.model.RuleBooleanToEvaluate
-
Packages that use RuleBooleanToEvaluate Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of RuleBooleanToEvaluate in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return RuleBooleanToEvaluate Modifier and Type Method Description RuleBooleanToEvaluateRuleBooleanExpression. evaluate()The operand on which to perform a boolean condition operation.static RuleBooleanToEvaluateRuleBooleanToEvaluate. fromAttribute(String attribute)Create an instance of this class withattributeAsString()initialized to the given value.static RuleBooleanToEvaluateRuleBooleanToEvaluate. fromAttribute(RuleBooleanEmailAttribute 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 RuleBooleanToEvaluate Modifier and Type Method Description RuleBooleanExpression.BuilderRuleBooleanExpression.Builder. evaluate(RuleBooleanToEvaluate evaluate)The operand on which to perform a boolean condition operation.
-