| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
RelayAction |
RelayAction.clone() |
RelayAction |
RuleAction.getRelay()
This action relays the email to another SMTP server.
|
RelayAction |
RelayAction.withActionFailurePolicy(ActionFailurePolicy actionFailurePolicy)
A policy that states what to do in the case of failure.
|
RelayAction |
RelayAction.withActionFailurePolicy(String actionFailurePolicy)
A policy that states what to do in the case of failure.
|
RelayAction |
RelayAction.withMailFrom(MailFrom mailFrom)
This action specifies whether to preserve or replace original mail from address while relaying received emails to
a destination server.
|
RelayAction |
RelayAction.withMailFrom(String mailFrom)
This action specifies whether to preserve or replace original mail from address while relaying received emails to
a destination server.
|
RelayAction |
RelayAction.withRelay(String relay)
The identifier of the relay resource to be used when relaying an email.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleAction.setRelay(RelayAction relay)
This action relays the email to another SMTP server.
|
RuleAction |
RuleAction.withRelay(RelayAction relay)
This action relays the email to another SMTP server.
|
Copyright © 2024. All rights reserved.