| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
EmailMessage |
EmailMessage.addSubstitutionsEntry(String key,
List<String> value)
Add a single Substitutions entry
|
EmailMessage |
EmailMessage.clearSubstitutionsEntries()
Removes all the entries added into Substitutions.
|
EmailMessage |
EmailMessage.clone() |
EmailMessage |
DirectMessageConfiguration.getEmailMessage()
The default message for the email channel.
|
EmailMessage |
EmailMessage.withBody(String body)
The body of the email message.
|
EmailMessage |
EmailMessage.withFeedbackForwardingAddress(String feedbackForwardingAddress)
The email address to forward bounces and complaints to, if feedback forwarding is enabled.
|
EmailMessage |
EmailMessage.withFromAddress(String fromAddress)
The verified email address to send the email message from.
|
EmailMessage |
EmailMessage.withRawEmail(RawEmail rawEmail)
The email message, represented as a raw MIME message.
|
EmailMessage |
EmailMessage.withReplyToAddresses(Collection<String> replyToAddresses)
The reply-to email address(es) for the email message.
|
EmailMessage |
EmailMessage.withReplyToAddresses(String... replyToAddresses)
The reply-to email address(es) for the email message.
|
EmailMessage |
EmailMessage.withSimpleEmail(SimpleEmail simpleEmail)
The email message, composed of a subject, a text part, and an HTML part.
|
EmailMessage |
EmailMessage.withSubstitutions(Map<String,List<String>> substitutions)
The default message variables to use in the email message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DirectMessageConfiguration.setEmailMessage(EmailMessage emailMessage)
The default message for the email channel.
|
DirectMessageConfiguration |
DirectMessageConfiguration.withEmailMessage(EmailMessage emailMessage)
The default message for the email channel.
|
Copyright © 2024. All rights reserved.