| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static TemplateType |
TemplateType.fromValue(String value)
Use this in place of valueOf.
|
static TemplateType |
TemplateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplateType[] |
TemplateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TemplateResponse |
TemplateResponse.withTemplateType(TemplateType templateType)
The type of channel that the message template is designed for.
|
VoiceTemplateResponse |
VoiceTemplateResponse.withTemplateType(TemplateType templateType)
The type of channel that the message template is designed for.
|
InAppTemplateResponse |
InAppTemplateResponse.withTemplateType(TemplateType templateType)
The type of the template.
|
EmailTemplateResponse |
EmailTemplateResponse.withTemplateType(TemplateType templateType)
The type of channel that the message template is designed for.
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.withTemplateType(TemplateType templateType)
The type of channel that the message template is designed for.
|
SMSTemplateResponse |
SMSTemplateResponse.withTemplateType(TemplateType templateType)
The type of channel that the message template is designed for.
|
Copyright © 2023. All rights reserved.