| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
EmailTemplateContent |
CreateEmailTemplateRequest.templateContent()
The content of the email template, composed of a subject line, an HTML part, and a text-only part.
|
EmailTemplateContent |
UpdateEmailTemplateRequest.templateContent()
The content of the email template, composed of a subject line, an HTML part, and a text-only part.
|
EmailTemplateContent |
GetEmailTemplateResponse.templateContent()
The content of the email template, composed of a subject line, an HTML part, and a text-only part.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEmailTemplateRequest.Builder |
CreateEmailTemplateRequest.Builder.templateContent(EmailTemplateContent templateContent)
The content of the email template, composed of a subject line, an HTML part, and a text-only part.
|
UpdateEmailTemplateRequest.Builder |
UpdateEmailTemplateRequest.Builder.templateContent(EmailTemplateContent templateContent)
The content of the email template, composed of a subject line, an HTML part, and a text-only part.
|
GetEmailTemplateResponse.Builder |
GetEmailTemplateResponse.Builder.templateContent(EmailTemplateContent templateContent)
The content of the email template, composed of a subject line, an HTML part, and a text-only part.
|
Copyright © 2021. All rights reserved.