| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
ArchiveStringExpression |
ArchiveStringExpression.clone() |
ArchiveStringExpression |
ArchiveFilterCondition.getStringExpression()
A string expression to evaluate against email attributes.
|
ArchiveStringExpression |
ArchiveStringExpression.withEvaluate(ArchiveStringToEvaluate evaluate)
The attribute of the email to evaluate.
|
ArchiveStringExpression |
ArchiveStringExpression.withOperator(ArchiveStringOperator operator)
The operator to use when evaluating the string values.
|
ArchiveStringExpression |
ArchiveStringExpression.withOperator(String operator)
The operator to use when evaluating the string values.
|
ArchiveStringExpression |
ArchiveStringExpression.withValues(Collection<String> values)
The list of string values to evaluate the email attribute against.
|
ArchiveStringExpression |
ArchiveStringExpression.withValues(String... values)
The list of string values to evaluate the email attribute against.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ArchiveFilterCondition.setStringExpression(ArchiveStringExpression stringExpression)
A string expression to evaluate against email attributes.
|
ArchiveFilterCondition |
ArchiveFilterCondition.withStringExpression(ArchiveStringExpression stringExpression)
A string expression to evaluate against email attributes.
|
Copyright © 2024. All rights reserved.