Uses of Interface
software.amazon.awssdk.services.notifications.model.ListNotificationEventsResponse.Builder
-
Packages that use ListNotificationEventsResponse.Builder Package Description software.amazon.awssdk.services.notifications.model -
-
Uses of ListNotificationEventsResponse.Builder in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return ListNotificationEventsResponse.Builder Modifier and Type Method Description static ListNotificationEventsResponse.BuilderListNotificationEventsResponse. builder()ListNotificationEventsResponse.BuilderListNotificationEventsResponse.Builder. nextToken(String nextToken)A pagination token.ListNotificationEventsResponse.BuilderListNotificationEventsResponse.Builder. notificationEvents(Collection<NotificationEventOverview> notificationEvents)The list of notification events.ListNotificationEventsResponse.BuilderListNotificationEventsResponse.Builder. notificationEvents(Consumer<NotificationEventOverview.Builder>... notificationEvents)The list of notification events.ListNotificationEventsResponse.BuilderListNotificationEventsResponse.Builder. notificationEvents(NotificationEventOverview... notificationEvents)The list of notification events.ListNotificationEventsResponse.BuilderListNotificationEventsResponse. toBuilder()Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type ListNotificationEventsResponse.Builder Modifier and Type Method Description static Class<? extends ListNotificationEventsResponse.Builder>ListNotificationEventsResponse. serializableBuilderClass()
-