| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
ReplaceRecipientAction |
ReplaceRecipientAction.clone() |
ReplaceRecipientAction |
RuleAction.getReplaceRecipient()
The action replaces certain or all recipients with a different set of recipients.
|
ReplaceRecipientAction |
ReplaceRecipientAction.withReplaceWith(Collection<String> replaceWith)
This action specifies the replacement recipient email addresses to insert.
|
ReplaceRecipientAction |
ReplaceRecipientAction.withReplaceWith(String... replaceWith)
This action specifies the replacement recipient email addresses to insert.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleAction.setReplaceRecipient(ReplaceRecipientAction replaceRecipient)
The action replaces certain or all recipients with a different set of recipients.
|
RuleAction |
RuleAction.withReplaceRecipient(ReplaceRecipientAction replaceRecipient)
The action replaces certain or all recipients with a different set of recipients.
|
Copyright © 2024. All rights reserved.