Uses of Class
software.amazon.awssdk.services.notifications.model.NotificationEventOverview
-
Packages that use NotificationEventOverview Package Description software.amazon.awssdk.services.notifications.model software.amazon.awssdk.services.notifications.paginators -
-
Uses of NotificationEventOverview in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type NotificationEventOverview Modifier and Type Method Description List<NotificationEventOverview>ListNotificationEventsResponse. notificationEvents()The list of notification events.Methods in software.amazon.awssdk.services.notifications.model with parameters of type NotificationEventOverview Modifier and Type Method Description ListNotificationEventsResponse.BuilderListNotificationEventsResponse.Builder. notificationEvents(NotificationEventOverview... notificationEvents)The list of notification events.Method parameters in software.amazon.awssdk.services.notifications.model with type arguments of type NotificationEventOverview Modifier and Type Method Description ListNotificationEventsResponse.BuilderListNotificationEventsResponse.Builder. notificationEvents(Collection<NotificationEventOverview> notificationEvents)The list of notification events. -
Uses of NotificationEventOverview in software.amazon.awssdk.services.notifications.paginators
Methods in software.amazon.awssdk.services.notifications.paginators that return types with arguments of type NotificationEventOverview Modifier and Type Method Description SdkIterable<NotificationEventOverview>ListNotificationEventsIterable. notificationEvents()Returns an iterable to iterate through the paginatedListNotificationEventsResponse.notificationEvents()member.SdkPublisher<NotificationEventOverview>ListNotificationEventsPublisher. notificationEvents()Returns a publisher that can be used to get a stream of data.
-