Uses of Class
software.amazon.awssdk.services.pinpoint.model.AndroidPushNotificationTemplate
-
Packages that use AndroidPushNotificationTemplate Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of AndroidPushNotificationTemplate in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return AndroidPushNotificationTemplate Modifier and Type Method Description AndroidPushNotificationTemplatePushNotificationTemplateRequest. adm()The message template to use for the ADM (Amazon Device Messaging) channel.AndroidPushNotificationTemplatePushNotificationTemplateResponse. adm()The message template that's used for the ADM (Amazon Device Messaging) channel.AndroidPushNotificationTemplatePushNotificationTemplateRequest. baidu()The message template to use for the Baidu (Baidu Cloud Push) channel.AndroidPushNotificationTemplatePushNotificationTemplateResponse. baidu()The message template that's used for the Baidu (Baidu Cloud Push) channel.AndroidPushNotificationTemplatePushNotificationTemplateRequest. 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.AndroidPushNotificationTemplatePushNotificationTemplateResponse. 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.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type AndroidPushNotificationTemplate Modifier and Type Method Description PushNotificationTemplateRequest.BuilderPushNotificationTemplateRequest.Builder. adm(AndroidPushNotificationTemplate adm)The message template to use for the ADM (Amazon Device Messaging) channel.PushNotificationTemplateResponse.BuilderPushNotificationTemplateResponse.Builder. adm(AndroidPushNotificationTemplate adm)The message template that's used for the ADM (Amazon Device Messaging) channel.PushNotificationTemplateRequest.BuilderPushNotificationTemplateRequest.Builder. baidu(AndroidPushNotificationTemplate baidu)The message template to use for the Baidu (Baidu Cloud Push) channel.PushNotificationTemplateResponse.BuilderPushNotificationTemplateResponse.Builder. baidu(AndroidPushNotificationTemplate baidu)The message template that's used for the Baidu (Baidu Cloud Push) channel.PushNotificationTemplateRequest.BuilderPushNotificationTemplateRequest.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.BuilderPushNotificationTemplateResponse.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.
-