| Package | Description |
|---|---|
| software.amazon.awscdk.services.pinpoint |
Amazon Pinpoint Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnPushTemplate.AndroidPushNotificationTemplateProperty.Jsii$Proxy
An implementation for
CfnPushTemplate.AndroidPushNotificationTemplateProperty |
| Modifier and Type | Method and Description |
|---|---|
CfnPushTemplate.AndroidPushNotificationTemplateProperty |
CfnPushTemplate.AndroidPushNotificationTemplateProperty.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
CfnPushTemplate.Builder |
CfnPushTemplate.Builder.adm(CfnPushTemplate.AndroidPushNotificationTemplateProperty adm)
The message template to use for the ADM (Amazon Device Messaging) channel.
|
CfnPushTemplateProps.Builder |
CfnPushTemplateProps.Builder.adm(CfnPushTemplate.AndroidPushNotificationTemplateProperty adm)
Sets the value of
CfnPushTemplateProps.getAdm() |
CfnPushTemplate.Builder |
CfnPushTemplate.Builder.baidu(CfnPushTemplate.AndroidPushNotificationTemplateProperty baidu)
The message template to use for the Baidu (Baidu Cloud Push) channel.
|
CfnPushTemplateProps.Builder |
CfnPushTemplateProps.Builder.baidu(CfnPushTemplate.AndroidPushNotificationTemplateProperty baidu)
Sets the value of
CfnPushTemplateProps.getBaidu() |
CfnPushTemplate.Builder |
CfnPushTemplate.Builder.gcm(CfnPushTemplate.AndroidPushNotificationTemplateProperty 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.
|
CfnPushTemplateProps.Builder |
CfnPushTemplateProps.Builder.gcm(CfnPushTemplate.AndroidPushNotificationTemplateProperty gcm)
Sets the value of
CfnPushTemplateProps.getGcm() |
void |
CfnPushTemplate.setAdm(CfnPushTemplate.AndroidPushNotificationTemplateProperty value)
The message template to use for the ADM (Amazon Device Messaging) channel.
|
void |
CfnPushTemplate.setBaidu(CfnPushTemplate.AndroidPushNotificationTemplateProperty value)
The message template to use for the Baidu (Baidu Cloud Push) channel.
|
void |
CfnPushTemplate.setGcm(CfnPushTemplate.AndroidPushNotificationTemplateProperty value)
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.
|
Copyright © 2022. All rights reserved.