Uses of Interface
software.amazon.awscdk.services.pinpoint.CfnPushTemplate.AndroidPushNotificationTemplateProperty
Packages that use CfnPushTemplate.AndroidPushNotificationTemplateProperty
-
Uses of CfnPushTemplate.AndroidPushNotificationTemplateProperty in software.amazon.awscdk.services.pinpoint
Classes in software.amazon.awscdk.services.pinpoint that implement CfnPushTemplate.AndroidPushNotificationTemplatePropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnPushTemplate.AndroidPushNotificationTemplatePropertyMethods in software.amazon.awscdk.services.pinpoint that return CfnPushTemplate.AndroidPushNotificationTemplatePropertyModifier and TypeMethodDescriptionCfnPushTemplate.AndroidPushNotificationTemplateProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.pinpoint with parameters of type CfnPushTemplate.AndroidPushNotificationTemplatePropertyModifier and TypeMethodDescriptionCfnPushTemplate.Builder.adm(CfnPushTemplate.AndroidPushNotificationTemplateProperty adm) The message template to use for the ADM (Amazon Device Messaging) channel.CfnPushTemplateProps.Builder.adm(CfnPushTemplate.AndroidPushNotificationTemplateProperty adm) Sets the value ofCfnPushTemplateProps.getAdm()CfnPushTemplate.Builder.baidu(CfnPushTemplate.AndroidPushNotificationTemplateProperty baidu) The message template to use for the Baidu (Baidu Cloud Push) channel.CfnPushTemplateProps.Builder.baidu(CfnPushTemplate.AndroidPushNotificationTemplateProperty baidu) Sets the value ofCfnPushTemplateProps.getBaidu()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.gcm(CfnPushTemplate.AndroidPushNotificationTemplateProperty gcm) Sets the value ofCfnPushTemplateProps.getGcm()voidCfnPushTemplate.setAdm(CfnPushTemplate.AndroidPushNotificationTemplateProperty value) The message template to use for the ADM (Amazon Device Messaging) channel.voidCfnPushTemplate.setBaidu(CfnPushTemplate.AndroidPushNotificationTemplateProperty value) The message template to use for the Baidu (Baidu Cloud Push) channel.voidCfnPushTemplate.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.