| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
CampaignEmailMessage |
CampaignEmailMessage.clone() |
CampaignEmailMessage |
MessageConfiguration.getEmailMessage()
The message that the campaign sends through the email channel.
|
CampaignEmailMessage |
CampaignEmailMessage.withBody(String body)
The body of the email for recipients whose email clients don't render HTML content.
|
CampaignEmailMessage |
CampaignEmailMessage.withFromAddress(String fromAddress)
The verified email address to send the email from.
|
CampaignEmailMessage |
CampaignEmailMessage.withHeaders(Collection<MessageHeader> headers)
The list of MessageHeaders for the email.
|
CampaignEmailMessage |
CampaignEmailMessage.withHeaders(MessageHeader... headers)
The list of MessageHeaders for the email.
|
CampaignEmailMessage |
CampaignEmailMessage.withHtmlBody(String htmlBody)
The body of the email, in HTML format, for recipients whose email clients render HTML content.
|
CampaignEmailMessage |
CampaignEmailMessage.withTitle(String title)
The subject line, or title, of the email.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageConfiguration.setEmailMessage(CampaignEmailMessage emailMessage)
The message that the campaign sends through the email channel.
|
MessageConfiguration |
MessageConfiguration.withEmailMessage(CampaignEmailMessage emailMessage)
The message that the campaign sends through the email channel.
|
Copyright © 2024. All rights reserved.