Uses of Class
software.amazon.awssdk.services.mailmanager.model.RuleBooleanExpression
-
Packages that use RuleBooleanExpression Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of RuleBooleanExpression in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return RuleBooleanExpression Modifier and Type Method Description RuleBooleanExpressionRuleCondition. booleanExpression()The condition applies to a boolean expression passed in this field.Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type RuleBooleanExpression Modifier and Type Method Description RuleCondition.BuilderRuleCondition.Builder. booleanExpression(RuleBooleanExpression booleanExpression)The condition applies to a boolean expression passed in this field.static RuleConditionRuleCondition. fromBooleanExpression(RuleBooleanExpression booleanExpression)Create an instance of this class withRuleCondition.booleanExpression()initialized to the given value.
-