| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
IngressStringExpression |
IngressStringExpression.clone() |
IngressStringExpression |
PolicyCondition.getStringExpression()
This represents a string based condition matching on the incoming mail.
|
IngressStringExpression |
IngressStringExpression.withEvaluate(IngressStringToEvaluate evaluate)
The left hand side argument of a string condition expression.
|
IngressStringExpression |
IngressStringExpression.withOperator(IngressStringOperator operator)
The matching operator for a string condition expression.
|
IngressStringExpression |
IngressStringExpression.withOperator(String operator)
The matching operator for a string condition expression.
|
IngressStringExpression |
IngressStringExpression.withValues(Collection<String> values)
The right hand side argument of a string condition expression.
|
IngressStringExpression |
IngressStringExpression.withValues(String... values)
The right hand side argument of a string condition expression.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PolicyCondition.setStringExpression(IngressStringExpression stringExpression)
This represents a string based condition matching on the incoming mail.
|
PolicyCondition |
PolicyCondition.withStringExpression(IngressStringExpression stringExpression)
This represents a string based condition matching on the incoming mail.
|
Copyright © 2024. All rights reserved.