| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
RuleStringExpression |
RuleStringExpression.clone() |
RuleStringExpression |
RuleCondition.getStringExpression()
The condition applies to a string expression passed in this field.
|
RuleStringExpression |
RuleStringExpression.withEvaluate(RuleStringToEvaluate evaluate)
The string to evaluate in a string condition expression.
|
RuleStringExpression |
RuleStringExpression.withOperator(RuleStringOperator operator)
The matching operator for a string condition expression.
|
RuleStringExpression |
RuleStringExpression.withOperator(String operator)
The matching operator for a string condition expression.
|
RuleStringExpression |
RuleStringExpression.withValues(Collection<String> values)
The string(s) to be evaluated in a string condition expression.
|
RuleStringExpression |
RuleStringExpression.withValues(String... values)
The string(s) to be evaluated in a string condition expression.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleCondition.setStringExpression(RuleStringExpression stringExpression)
The condition applies to a string expression passed in this field.
|
RuleCondition |
RuleCondition.withStringExpression(RuleStringExpression stringExpression)
The condition applies to a string expression passed in this field.
|
Copyright © 2024. All rights reserved.