Uses of Class
software.amazon.awssdk.services.pinpoint.model.Template
-
Packages that use Template Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of Template in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return Template Modifier and Type Method Description TemplateTemplateConfiguration. emailTemplate()The email template to use for the message.TemplateTemplateConfiguration. inAppTemplate()The InApp template to use for the message.TemplateTemplateConfiguration. pushTemplate()The push notification template to use for the message.TemplateTemplateConfiguration. smsTemplate()The SMS template to use for the message.TemplateTemplateConfiguration. voiceTemplate()The voice template to use for the message.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type Template Modifier and Type Method Description TemplateConfiguration.BuilderTemplateConfiguration.Builder. emailTemplate(Template emailTemplate)The email template to use for the message.TemplateConfiguration.BuilderTemplateConfiguration.Builder. inAppTemplate(Template inAppTemplate)The InApp template to use for the message.TemplateConfiguration.BuilderTemplateConfiguration.Builder. pushTemplate(Template pushTemplate)The push notification template to use for the message.TemplateConfiguration.BuilderTemplateConfiguration.Builder. smsTemplate(Template smsTemplate)The SMS template to use for the message.TemplateConfiguration.BuilderTemplateConfiguration.Builder. voiceTemplate(Template voiceTemplate)The voice template to use for the message.
-