Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
Template |
Template.clone() |
Template |
TemplateConfiguration.getEmailTemplate()
The email template to use for the message.
|
Template |
TemplateConfiguration.getPushTemplate()
The push notification template to use for the message.
|
Template |
TemplateConfiguration.getSMSTemplate()
The SMS template to use for the message.
|
Template |
TemplateConfiguration.getVoiceTemplate()
The voice template to use for the message.
|
Template |
Template.withName(String name)
The name of the message template to use for the message.
|
Template |
Template.withVersion(String version)
The unique identifier for the version of the message template to use for the message.
|
Modifier and Type | Method and Description |
---|---|
void |
TemplateConfiguration.setEmailTemplate(Template emailTemplate)
The email template to use for the message.
|
void |
TemplateConfiguration.setPushTemplate(Template pushTemplate)
The push notification template to use for the message.
|
void |
TemplateConfiguration.setSMSTemplate(Template sMSTemplate)
The SMS template to use for the message.
|
void |
TemplateConfiguration.setVoiceTemplate(Template voiceTemplate)
The voice template to use for the message.
|
TemplateConfiguration |
TemplateConfiguration.withEmailTemplate(Template emailTemplate)
The email template to use for the message.
|
TemplateConfiguration |
TemplateConfiguration.withPushTemplate(Template pushTemplate)
The push notification template to use for the message.
|
TemplateConfiguration |
TemplateConfiguration.withSMSTemplate(Template sMSTemplate)
The SMS template to use for the message.
|
TemplateConfiguration |
TemplateConfiguration.withVoiceTemplate(Template voiceTemplate)
The voice template to use for the message.
|
Copyright © 2022. All rights reserved.