Uses of Class
software.amazon.awssdk.services.notifications.model.ListNotificationEventsRequest
-
Packages that use ListNotificationEventsRequest Package Description software.amazon.awssdk.services.notifications The Amazon Web Services User Notifications API Reference provides descriptions, API request parameters, and the JSON response for each of the User Notification API actions.software.amazon.awssdk.services.notifications.paginators software.amazon.awssdk.services.notifications.transform -
-
Uses of ListNotificationEventsRequest in software.amazon.awssdk.services.notifications
Methods in software.amazon.awssdk.services.notifications with parameters of type ListNotificationEventsRequest Modifier and Type Method Description default CompletableFuture<ListNotificationEventsResponse>NotificationsAsyncClient. listNotificationEvents(ListNotificationEventsRequest listNotificationEventsRequest)Returns a list ofNotificationEventsaccording to specified filters, in reverse chronological order (newest first).default ListNotificationEventsResponseNotificationsClient. listNotificationEvents(ListNotificationEventsRequest listNotificationEventsRequest)Returns a list ofNotificationEventsaccording to specified filters, in reverse chronological order (newest first).default ListNotificationEventsPublisherNotificationsAsyncClient. listNotificationEventsPaginator(ListNotificationEventsRequest listNotificationEventsRequest)default ListNotificationEventsIterableNotificationsClient. listNotificationEventsPaginator(ListNotificationEventsRequest listNotificationEventsRequest)This is a variant ofNotificationsClient.listNotificationEvents(software.amazon.awssdk.services.notifications.model.ListNotificationEventsRequest)operation. -
Uses of ListNotificationEventsRequest in software.amazon.awssdk.services.notifications.paginators
Constructors in software.amazon.awssdk.services.notifications.paginators with parameters of type ListNotificationEventsRequest Constructor Description ListNotificationEventsIterable(NotificationsClient client, ListNotificationEventsRequest firstRequest)ListNotificationEventsPublisher(NotificationsAsyncClient client, ListNotificationEventsRequest firstRequest) -
Uses of ListNotificationEventsRequest in software.amazon.awssdk.services.notifications.transform
Methods in software.amazon.awssdk.services.notifications.transform with parameters of type ListNotificationEventsRequest Modifier and Type Method Description SdkHttpFullRequestListNotificationEventsRequestMarshaller. marshall(ListNotificationEventsRequest listNotificationEventsRequest)
-