| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static TemplateType |
TemplateType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TemplateType |
PushNotificationTemplateResponse.templateType()
The type of channel that the message template is designed for.
|
TemplateType |
EmailTemplateResponse.templateType()
The type of channel that the message template is designed for.
|
TemplateType |
VoiceTemplateResponse.templateType()
The type of channel that the message template is designed for.
|
TemplateType |
InAppTemplateResponse.templateType()
The type of the template.
|
TemplateType |
TemplateResponse.templateType()
The type of channel that the message template is designed for.
|
TemplateType |
SMSTemplateResponse.templateType()
The type of channel that the message template is designed for.
|
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 |
|---|---|
static Set<TemplateType> |
TemplateType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PushNotificationTemplateResponse.Builder |
PushNotificationTemplateResponse.Builder.templateType(TemplateType templateType)
The type of channel that the message template is designed for.
|
EmailTemplateResponse.Builder |
EmailTemplateResponse.Builder.templateType(TemplateType templateType)
The type of channel that the message template is designed for.
|
VoiceTemplateResponse.Builder |
VoiceTemplateResponse.Builder.templateType(TemplateType templateType)
The type of channel that the message template is designed for.
|
InAppTemplateResponse.Builder |
InAppTemplateResponse.Builder.templateType(TemplateType templateType)
The type of the template.
|
TemplateResponse.Builder |
TemplateResponse.Builder.templateType(TemplateType templateType)
The type of channel that the message template is designed for.
|
SMSTemplateResponse.Builder |
SMSTemplateResponse.Builder.templateType(TemplateType templateType)
The type of channel that the message template is designed for.
|
Copyright © 2022. All rights reserved.