| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
EmailTemplateContent |
EmailTemplateContent.clone() |
EmailTemplateContent |
UpdateEmailTemplateRequest.getTemplateContent()
The content of the email template, composed of a subject line, an HTML part, and a text-only part.
|
EmailTemplateContent |
CreateEmailTemplateRequest.getTemplateContent()
The content of the email template, composed of a subject line, an HTML part, and a text-only part.
|
EmailTemplateContent |
GetEmailTemplateResult.getTemplateContent()
The content of the email template, composed of a subject line, an HTML part, and a text-only part.
|
EmailTemplateContent |
EmailTemplateContent.withHtml(String html)
The HTML body of the email.
|
EmailTemplateContent |
EmailTemplateContent.withSubject(String subject)
The subject line of the email.
|
EmailTemplateContent |
EmailTemplateContent.withText(String text)
The email body that will be visible to recipients whose email clients do not display HTML.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateEmailTemplateRequest.setTemplateContent(EmailTemplateContent templateContent)
The content of the email template, composed of a subject line, an HTML part, and a text-only part.
|
void |
CreateEmailTemplateRequest.setTemplateContent(EmailTemplateContent templateContent)
The content of the email template, composed of a subject line, an HTML part, and a text-only part.
|
void |
GetEmailTemplateResult.setTemplateContent(EmailTemplateContent templateContent)
The content of the email template, composed of a subject line, an HTML part, and a text-only part.
|
UpdateEmailTemplateRequest |
UpdateEmailTemplateRequest.withTemplateContent(EmailTemplateContent templateContent)
The content of the email template, composed of a subject line, an HTML part, and a text-only part.
|
CreateEmailTemplateRequest |
CreateEmailTemplateRequest.withTemplateContent(EmailTemplateContent templateContent)
The content of the email template, composed of a subject line, an HTML part, and a text-only part.
|
GetEmailTemplateResult |
GetEmailTemplateResult.withTemplateContent(EmailTemplateContent templateContent)
The content of the email template, composed of a subject line, an HTML part, and a text-only part.
|
Copyright © 2024. All rights reserved.