| Package | Description |
|---|---|
| com.amazonaws.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
Template |
Template.clone() |
Template |
EmailContent.getTemplate()
The template to use for 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmailContent.setTemplate(Template template)
The template to use for the email message.
|
EmailContent |
EmailContent.withTemplate(Template template)
The template to use for the email message.
|
Copyright © 2019. All rights reserved.