| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
RuleBooleanExpression |
RuleBooleanExpression.clone() |
RuleBooleanExpression |
RuleCondition.getBooleanExpression()
The condition applies to a boolean expression passed in this field.
|
RuleBooleanExpression |
RuleBooleanExpression.withEvaluate(RuleBooleanToEvaluate evaluate)
The operand on which to perform a boolean condition operation.
|
RuleBooleanExpression |
RuleBooleanExpression.withOperator(RuleBooleanOperator operator)
The matching operator for a boolean condition expression.
|
RuleBooleanExpression |
RuleBooleanExpression.withOperator(String operator)
The matching operator for a boolean condition expression.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleCondition.setBooleanExpression(RuleBooleanExpression booleanExpression)
The condition applies to a boolean expression passed in this field.
|
RuleCondition |
RuleCondition.withBooleanExpression(RuleBooleanExpression booleanExpression)
The condition applies to a boolean expression passed in this field.
|
Copyright © 2024. All rights reserved.