| Package | Description |
|---|---|
| com.amazonaws.services.simpleemail.model |
| Modifier and Type | Method and Description |
|---|---|
Template |
Template.clone() |
Template |
GetTemplateResult.getTemplate() |
Template |
CreateTemplateRequest.getTemplate()
The content of the email, composed of a subject line and either an HTML part or a text-only part.
|
Template |
UpdateTemplateRequest.getTemplate() |
Template |
Template.withHtmlPart(String htmlPart)
The HTML body of the email.
|
Template |
Template.withSubjectPart(String subjectPart)
The subject line of the email.
|
Template |
Template.withTemplateName(String templateName)
The name of the template.
|
Template |
Template.withTextPart(String textPart)
The email body that is visible to recipients whose email clients do not display HTML content.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetTemplateResult.setTemplate(Template template) |
void |
CreateTemplateRequest.setTemplate(Template template)
The content of the email, composed of a subject line and either an HTML part or a text-only part.
|
void |
UpdateTemplateRequest.setTemplate(Template template) |
GetTemplateResult |
GetTemplateResult.withTemplate(Template template) |
CreateTemplateRequest |
CreateTemplateRequest.withTemplate(Template template)
The content of the email, composed of a subject line and either an HTML part or a text-only part.
|
UpdateTemplateRequest |
UpdateTemplateRequest.withTemplate(Template template) |
Copyright © 2024. All rights reserved.