Uses of Interface
software.amazon.awssdk.services.chimesdkmessaging.model.PushNotificationConfiguration.Builder
-
Packages that use PushNotificationConfiguration.Builder Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of PushNotificationConfiguration.Builder in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return PushNotificationConfiguration.Builder Modifier and Type Method Description PushNotificationConfiguration.BuilderPushNotificationConfiguration.Builder. body(String body)The body of the push notification.static PushNotificationConfiguration.BuilderPushNotificationConfiguration. builder()PushNotificationConfiguration.BuilderPushNotificationConfiguration.Builder. title(String title)The title of the push notification.PushNotificationConfiguration.BuilderPushNotificationConfiguration. toBuilder()PushNotificationConfiguration.BuilderPushNotificationConfiguration.Builder. type(String type)Enum value that indicates the type of the push notification for a message.PushNotificationConfiguration.BuilderPushNotificationConfiguration.Builder. type(PushNotificationType type)Enum value that indicates the type of the push notification for a message.Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type PushNotificationConfiguration.Builder Modifier and Type Method Description static Class<? extends PushNotificationConfiguration.Builder>PushNotificationConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.chimesdkmessaging.model with type arguments of type PushNotificationConfiguration.Builder Modifier and Type Method Description default ChannelMessageCallback.BuilderChannelMessageCallback.Builder. pushNotification(Consumer<PushNotificationConfiguration.Builder> pushNotification)The push notification configuration of the message.default SendChannelMessageRequest.BuilderSendChannelMessageRequest.Builder. pushNotification(Consumer<PushNotificationConfiguration.Builder> pushNotification)The push notification configuration of the message.
-