| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| 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.
|
default PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.adm(Consumer<AndroidPushNotificationTemplate.Builder> adm)
The message template to use for the ADM (Amazon Device Messaging) channel.
|
PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.apns(APNSPushNotificationTemplate apns)
The message template to use for the APNs (Apple Push Notification service) channel.
|
default PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.apns(Consumer<APNSPushNotificationTemplate.Builder> apns)
The message template to use for the APNs (Apple Push Notification service) channel.
|
PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.baidu(AndroidPushNotificationTemplate baidu)
The message template to use for the Baidu (Baidu Cloud Push) channel.
|
default PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.baidu(Consumer<AndroidPushNotificationTemplate.Builder> baidu)
The message template to use for the Baidu (Baidu Cloud Push) channel.
|
static PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.builder() |
default PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.defaultValue(Consumer<DefaultPushNotificationTemplate.Builder> defaultValue)
The default message template to use for push notification channels.
|
PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.defaultValue(DefaultPushNotificationTemplate defaultValue)
The default message template to use for push notification channels.
|
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.
|
default PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.gcm(Consumer<AndroidPushNotificationTemplate.Builder> 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.Builder |
PushNotificationTemplateRequest.Builder.tags(Map<String,String> tags)
A string-to-string map of key-value pairs that defines the tags to associate with the message template.
|
PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PushNotificationTemplateRequest.Builder> |
PushNotificationTemplateRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreatePushTemplateRequest.Builder |
CreatePushTemplateRequest.Builder.pushNotificationTemplateRequest(Consumer<PushNotificationTemplateRequest.Builder> pushNotificationTemplateRequest)
Creates a message template that you can use in messages that are sent through a push notification channel.
|
default UpdatePushTemplateRequest.Builder |
UpdatePushTemplateRequest.Builder.pushNotificationTemplateRequest(Consumer<PushNotificationTemplateRequest.Builder> pushNotificationTemplateRequest)
Updates an existing message template that you can use in messages that are sent through a push notification
channel.
|
Copyright © 2019. All rights reserved.