| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
EmailContent |
EmailContent.clone() |
EmailContent |
SendEmailRequest.getContent()
An object that contains the body of the message.
|
EmailContent |
CreateDeliverabilityTestReportRequest.getContent()
The HTML body of the message that you sent when you performed the predictive inbox placement test.
|
EmailContent |
EmailContent.withRaw(RawMessage raw)
The raw email message.
|
EmailContent |
EmailContent.withSimple(Message simple)
The simple email message.
|
EmailContent |
EmailContent.withTemplate(Template template)
The template to use for the email message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SendEmailRequest.setContent(EmailContent content)
An object that contains the body of the message.
|
void |
CreateDeliverabilityTestReportRequest.setContent(EmailContent content)
The HTML body of the message that you sent when you performed the predictive inbox placement test.
|
SendEmailRequest |
SendEmailRequest.withContent(EmailContent content)
An object that contains the body of the message.
|
CreateDeliverabilityTestReportRequest |
CreateDeliverabilityTestReportRequest.withContent(EmailContent content)
The HTML body of the message that you sent when you performed the predictive inbox placement test.
|
Copyright © 2024. All rights reserved.