| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
PushNotificationConfiguration |
PushNotificationConfiguration.clone() |
PushNotificationConfiguration |
SendChannelMessageRequest.getPushNotification()
The push notification configuration of the message.
|
PushNotificationConfiguration |
ChannelMessageCallback.getPushNotification()
The push notification configuration of the message.
|
PushNotificationConfiguration |
PushNotificationConfiguration.withBody(String body)
The body of the push notification.
|
PushNotificationConfiguration |
PushNotificationConfiguration.withTitle(String title)
The title of the push notification.
|
PushNotificationConfiguration |
PushNotificationConfiguration.withType(PushNotificationType type)
Enum value that indicates the type of the push notification for a message.
|
PushNotificationConfiguration |
PushNotificationConfiguration.withType(String type)
Enum value that indicates the type of the push notification for a message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SendChannelMessageRequest.setPushNotification(PushNotificationConfiguration pushNotification)
The push notification configuration of the message.
|
void |
ChannelMessageCallback.setPushNotification(PushNotificationConfiguration pushNotification)
The push notification configuration of the message.
|
SendChannelMessageRequest |
SendChannelMessageRequest.withPushNotification(PushNotificationConfiguration pushNotification)
The push notification configuration of the message.
|
ChannelMessageCallback |
ChannelMessageCallback.withPushNotification(PushNotificationConfiguration pushNotification)
The push notification configuration of the message.
|
Copyright © 2025. All rights reserved.