| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
PushNotificationTemplateRequest |
PushNotificationTemplateRequest.addTagsEntry(String key,
String value) |
PushNotificationTemplateRequest |
PushNotificationTemplateRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
PushNotificationTemplateRequest |
PushNotificationTemplateRequest.clone() |
PushNotificationTemplateRequest |
UpdatePushTemplateRequest.getPushNotificationTemplateRequest()
Updates an existing message template that you can use in messages that are sent through a push notification
channel.
|
PushNotificationTemplateRequest |
CreatePushTemplateRequest.getPushNotificationTemplateRequest()
Creates a message template that you can use in messages that are sent through a push notification channel.
|
PushNotificationTemplateRequest |
PushNotificationTemplateRequest.withADM(AndroidPushNotificationTemplate aDM)
The message template to use for the ADM (Amazon Device Messaging) channel.
|
PushNotificationTemplateRequest |
PushNotificationTemplateRequest.withAPNS(APNSPushNotificationTemplate aPNS)
The message template to use for the APNs (Apple Push Notification service) channel.
|
PushNotificationTemplateRequest |
PushNotificationTemplateRequest.withBaidu(AndroidPushNotificationTemplate baidu)
The message template to use for the Baidu (Baidu Cloud Push) channel.
|
PushNotificationTemplateRequest |
PushNotificationTemplateRequest.withDefault(DefaultPushNotificationTemplate defaultValue)
The default message template to use for push notification channels.
|
PushNotificationTemplateRequest |
PushNotificationTemplateRequest.withGCM(AndroidPushNotificationTemplate gCM)
The message template to use for the GCM channel, which is used to send notifications through the Firebase Cloud
Messaging (FCM), formerly Google Cloud Messaging (GCM), service.
|
PushNotificationTemplateRequest |
PushNotificationTemplateRequest.withTags(Map<String,String> tags)
A string-to-string map of key-value pairs that defines the tags to associate with the message template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdatePushTemplateRequest.setPushNotificationTemplateRequest(PushNotificationTemplateRequest pushNotificationTemplateRequest)
Updates an existing message template that you can use in messages that are sent through a push notification
channel.
|
void |
CreatePushTemplateRequest.setPushNotificationTemplateRequest(PushNotificationTemplateRequest pushNotificationTemplateRequest)
Creates a message template that you can use in messages that are sent through a push notification channel.
|
UpdatePushTemplateRequest |
UpdatePushTemplateRequest.withPushNotificationTemplateRequest(PushNotificationTemplateRequest pushNotificationTemplateRequest)
Updates an existing message template that you can use in messages that are sent through a push notification
channel.
|
CreatePushTemplateRequest |
CreatePushTemplateRequest.withPushNotificationTemplateRequest(PushNotificationTemplateRequest pushNotificationTemplateRequest)
Creates a message template that you can use in messages that are sent through a push notification channel.
|
Copyright © 2019. All rights reserved.