| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
RuleAction |
RuleAction.clone() |
RuleAction |
RuleAction.withAddHeader(AddHeaderAction addHeader)
This action adds a header.
|
RuleAction |
RuleAction.withArchive(ArchiveAction archive)
This action archives the email.
|
RuleAction |
RuleAction.withDeliverToMailbox(DeliverToMailboxAction deliverToMailbox)
This action delivers an email to a WorkMail mailbox.
|
RuleAction |
RuleAction.withDrop(DropAction drop)
This action terminates the evaluation of rules in the rule set.
|
RuleAction |
RuleAction.withRelay(RelayAction relay)
This action relays the email to another SMTP server.
|
RuleAction |
RuleAction.withReplaceRecipient(ReplaceRecipientAction replaceRecipient)
The action replaces certain or all recipients with a different set of recipients.
|
RuleAction |
RuleAction.withSend(SendAction send)
This action sends the email to the internet.
|
RuleAction |
RuleAction.withWriteToS3(S3Action writeToS3)
This action writes the MIME content of the email to an S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleAction> |
Rule.getActions()
The list of actions to execute when the conditions match the incoming email, and none of the "unless conditions"
match.
|
| Modifier and Type | Method and Description |
|---|---|
Rule |
Rule.withActions(RuleAction... actions)
The list of actions to execute when the conditions match the incoming email, and none of the "unless conditions"
match.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rule.setActions(Collection<RuleAction> actions)
The list of actions to execute when the conditions match the incoming email, and none of the "unless conditions"
match.
|
Rule |
Rule.withActions(Collection<RuleAction> actions)
The list of actions to execute when the conditions match the incoming email, and none of the "unless conditions"
match.
|
Copyright © 2024. All rights reserved.