Uses of Class
software.amazon.awssdk.services.pinpoint.model.Message
-
Packages that use Message Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of Message in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return Message Modifier and Type Method Description MessageMessageConfiguration. admMessage()The message that the campaign sends through the ADM (Amazon Device Messaging) channel.MessageMessageConfiguration. apnsMessage()The message that the campaign sends through the APNs (Apple Push Notification service) channel.MessageMessageConfiguration. baiduMessage()The message that the campaign sends through the Baidu (Baidu Cloud Push) channel.MessageMessageConfiguration. defaultMessage()The default message that the campaign sends through all the channels that are configured for the campaign.MessageMessageConfiguration. gcmMessage()The message that the campaign sends through the GCM channel, which enables Amazon Pinpoint to send push 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 Message Modifier and Type Method Description MessageConfiguration.BuilderMessageConfiguration.Builder. admMessage(Message admMessage)The message that the campaign sends through the ADM (Amazon Device Messaging) channel.MessageConfiguration.BuilderMessageConfiguration.Builder. apnsMessage(Message apnsMessage)The message that the campaign sends through the APNs (Apple Push Notification service) channel.MessageConfiguration.BuilderMessageConfiguration.Builder. baiduMessage(Message baiduMessage)The message that the campaign sends through the Baidu (Baidu Cloud Push) channel.MessageConfiguration.BuilderMessageConfiguration.Builder. defaultMessage(Message defaultMessage)The default message that the campaign sends through all the channels that are configured for the campaign.MessageConfiguration.BuilderMessageConfiguration.Builder. gcmMessage(Message gcmMessage)The message that the campaign sends through the GCM channel, which enables Amazon Pinpoint to send push notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service.
-