| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
AndroidPushNotificationTemplate |
PushNotificationTemplateRequest.adm()
The message template to use for the ADM (Amazon Device Messaging) channel.
|
AndroidPushNotificationTemplate |
PushNotificationTemplateResponse.adm()
The message template that's used for the ADM (Amazon Device Messaging) channel.
|
AndroidPushNotificationTemplate |
PushNotificationTemplateRequest.baidu()
The message template to use for the Baidu (Baidu Cloud Push) channel.
|
AndroidPushNotificationTemplate |
PushNotificationTemplateResponse.baidu()
The message template that's used for the Baidu (Baidu Cloud Push) channel.
|
AndroidPushNotificationTemplate |
PushNotificationTemplateRequest.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.
|
AndroidPushNotificationTemplate |
PushNotificationTemplateResponse.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.
|
| Modifier and Type | Method and Description |
|---|---|
PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.adm(AndroidPushNotificationTemplate adm)
The message template to use for the ADM (Amazon Device Messaging) channel.
|
PushNotificationTemplateResponse.Builder |
PushNotificationTemplateResponse.Builder.adm(AndroidPushNotificationTemplate adm)
The message template that's used for the ADM (Amazon Device Messaging) channel.
|
PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.baidu(AndroidPushNotificationTemplate baidu)
The message template to use for the Baidu (Baidu Cloud Push) channel.
|
PushNotificationTemplateResponse.Builder |
PushNotificationTemplateResponse.Builder.baidu(AndroidPushNotificationTemplate baidu)
The message template that's used for the Baidu (Baidu Cloud Push) channel.
|
PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.gcm(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.
|
PushNotificationTemplateResponse.Builder |
PushNotificationTemplateResponse.Builder.gcm(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.
|
Copyright © 2022. All rights reserved.