| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
PushNotificationPreferences.Builder |
PushNotificationPreferences.Builder.allowNotifications(AllowNotifications allowNotifications)
Enum value that indicates which push notifications to send to the requested member of a channel.
|
PushNotificationPreferences.Builder |
PushNotificationPreferences.Builder.allowNotifications(String allowNotifications)
Enum value that indicates which push notifications to send to the requested member of a channel.
|
static PushNotificationPreferences.Builder |
PushNotificationPreferences.builder() |
PushNotificationPreferences.Builder |
PushNotificationPreferences.Builder.filterRule(String filterRule)
The simple JSON object used to send a subset of a push notification to the requsted member.
|
PushNotificationPreferences.Builder |
PushNotificationPreferences.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PushNotificationPreferences.Builder> |
PushNotificationPreferences.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ChannelMembershipPreferences.Builder |
ChannelMembershipPreferences.Builder.pushNotifications(Consumer<PushNotificationPreferences.Builder> pushNotifications)
The push notification configuration of a message.
|
Copyright © 2021. All rights reserved.