| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.addTagsEntry(String key,
String value) |
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.clearTagsEntries()
Removes all the entries added into Tags.
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.clone() |
PushNotificationTemplateResponse |
GetPushTemplateResult.getPushNotificationTemplateResponse() |
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.withADM(AndroidPushNotificationTemplate aDM)
The message template that's used for the ADM (Amazon Device Messaging) channel.
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.withAPNS(APNSPushNotificationTemplate aPNS)
The message template that's used for the APNs (Apple Push Notification service) channel.
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.withArn(String arn)
The Amazon Resource Name (ARN) of the message template.
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.withBaidu(AndroidPushNotificationTemplate baidu)
The message template that's used for the Baidu (Baidu Cloud Push) channel.
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.withCreationDate(String creationDate)
The date when the message template was created.
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.withDefault(DefaultPushNotificationTemplate defaultValue)
The default message template that's used for push notification channels.
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.withGCM(AndroidPushNotificationTemplate gCM)
The message template that's used for the GCM channel, which is used to send notifications through the Firebase
Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service.
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.withLastModifiedDate(String lastModifiedDate)
The date when the message template was last modified.
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.withTags(Map<String,String> tags)
A string-to-string map of key-value pairs that identifies the tags that are associated with the message template.
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.withTemplateName(String templateName)
The name of the message template.
|
PushNotificationTemplateResponse |
PushNotificationTemplateResponse.withTemplateType(String 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetPushTemplateResult.setPushNotificationTemplateResponse(PushNotificationTemplateResponse pushNotificationTemplateResponse) |
GetPushTemplateResult |
GetPushTemplateResult.withPushNotificationTemplateResponse(PushNotificationTemplateResponse pushNotificationTemplateResponse) |
Copyright © 2019. All rights reserved.