Uses of Class
software.amazon.awssdk.services.chimesdkmessaging.model.PushNotificationConfiguration
-
Packages that use PushNotificationConfiguration Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of PushNotificationConfiguration in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return PushNotificationConfiguration Modifier and Type Method Description PushNotificationConfigurationChannelMessageCallback. pushNotification()The push notification configuration of the message.PushNotificationConfigurationSendChannelMessageRequest. pushNotification()The push notification configuration of the message.Methods in software.amazon.awssdk.services.chimesdkmessaging.model with parameters of type PushNotificationConfiguration Modifier and Type Method Description ChannelMessageCallback.BuilderChannelMessageCallback.Builder. pushNotification(PushNotificationConfiguration pushNotification)The push notification configuration of the message.SendChannelMessageRequest.BuilderSendChannelMessageRequest.Builder. pushNotification(PushNotificationConfiguration pushNotification)The push notification configuration of the message.
-