Builder
Properties
The default push notification message for the ADM (Amazon Device Messaging) channel. This message overrides the default push notification message (DefaultPushNotificationMessage).
The default push notification message for the APNs (Apple Push Notification service) channel. This message overrides the default push notification message (DefaultPushNotificationMessage).
The default push notification message for the Baidu (Baidu Cloud Push) channel. This message overrides the default push notification message (DefaultPushNotificationMessage).
The default message for all channels.
The default push notification message for all push notification channels.
The default message for the email channel. This message overrides the default message (DefaultMessage).
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. This message overrides the default push notification message (DefaultPushNotificationMessage).
The default message for the SMS channel. This message overrides the default message (DefaultMessage).
The default message for the voice channel. This message overrides the default message (DefaultMessage).
Functions
construct an aws.sdk.kotlin.services.pinpoint.model.AdmMessage inside the given block
construct an aws.sdk.kotlin.services.pinpoint.model.ApnsMessage inside the given block
construct an aws.sdk.kotlin.services.pinpoint.model.BaiduMessage inside the given block
construct an aws.sdk.kotlin.services.pinpoint.model.DefaultMessage inside the given block
construct an aws.sdk.kotlin.services.pinpoint.model.DefaultPushNotificationMessage inside the given block
construct an aws.sdk.kotlin.services.pinpoint.model.EmailMessage inside the given block
construct an aws.sdk.kotlin.services.pinpoint.model.GcmMessage inside the given block
construct an aws.sdk.kotlin.services.pinpoint.model.SmsMessage inside the given block
construct an aws.sdk.kotlin.services.pinpoint.model.VoiceMessage inside the given block