| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
SendAction |
SendAction.clone() |
SendAction |
RuleAction.getSend()
This action sends the email to the internet.
|
SendAction |
SendAction.withActionFailurePolicy(ActionFailurePolicy actionFailurePolicy)
A policy that states what to do in the case of failure.
|
SendAction |
SendAction.withActionFailurePolicy(String actionFailurePolicy)
A policy that states what to do in the case of failure.
|
SendAction |
SendAction.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role to use for this action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleAction.setSend(SendAction send)
This action sends the email to the internet.
|
RuleAction |
RuleAction.withSend(SendAction send)
This action sends the email to the internet.
|
Copyright © 2024. All rights reserved.