Uses of Class
software.amazon.awssdk.services.pinpoint.model.GCMMessage
-
Packages that use GCMMessage Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of GCMMessage in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return GCMMessage Modifier and Type Method Description GCMMessageDirectMessageConfiguration. gcmMessage()The default push notification message 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 GCMMessage Modifier and Type Method Description DirectMessageConfiguration.BuilderDirectMessageConfiguration.Builder. gcmMessage(GCMMessage gcmMessage)The default push notification message for the GCM channel, which is used to send notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service.
-