| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
Template |
Template.clone() |
Template |
EmailContent.getTemplate()
The template to use for the email message.
|
Template |
BulkEmailContent.getTemplate()
The template to use for the bulk email message.
|
Template |
Template.withHeaders(Collection<MessageHeader> headers)
The list of message headers that will be added to the email message.
|
Template |
Template.withHeaders(MessageHeader... headers)
The list of message headers that will be added to the email message.
|
Template |
Template.withTemplateArn(String templateArn)
The Amazon Resource Name (ARN) of the template.
|
Template |
Template.withTemplateData(String templateData)
An object that defines the values to use for message variables in the template.
|
Template |
Template.withTemplateName(String templateName)
The name of the template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmailContent.setTemplate(Template template)
The template to use for the email message.
|
void |
BulkEmailContent.setTemplate(Template template)
The template to use for the bulk email message.
|
EmailContent |
EmailContent.withTemplate(Template template)
The template to use for the email message.
|
BulkEmailContent |
BulkEmailContent.withTemplate(Template template)
The template to use for the bulk email message.
|
Copyright © 2024. All rights reserved.