Uses of Interface
software.amazon.awssdk.services.chimesdkmessaging.model.PushNotificationPreferences.Builder
-
Packages that use PushNotificationPreferences.Builder Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of PushNotificationPreferences.Builder in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return PushNotificationPreferences.Builder Modifier and Type Method Description PushNotificationPreferences.BuilderPushNotificationPreferences.Builder. allowNotifications(String allowNotifications)Enum value that indicates which push notifications to send to the requested member of a channel.PushNotificationPreferences.BuilderPushNotificationPreferences.Builder. allowNotifications(AllowNotifications allowNotifications)Enum value that indicates which push notifications to send to the requested member of a channel.static PushNotificationPreferences.BuilderPushNotificationPreferences. builder()PushNotificationPreferences.BuilderPushNotificationPreferences.Builder. filterRule(String filterRule)The simple JSON object used to send a subset of a push notification to the requested member.PushNotificationPreferences.BuilderPushNotificationPreferences. toBuilder()Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type PushNotificationPreferences.Builder Modifier and Type Method Description static Class<? extends PushNotificationPreferences.Builder>PushNotificationPreferences. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.chimesdkmessaging.model with type arguments of type PushNotificationPreferences.Builder Modifier and Type Method Description default ChannelMembershipPreferences.BuilderChannelMembershipPreferences.Builder. pushNotifications(Consumer<PushNotificationPreferences.Builder> pushNotifications)The push notification configuration of a message.
-