Uses of Class
software.amazon.awssdk.services.notifications.model.ListNotificationEventsResponse
-
Packages that use ListNotificationEventsResponse 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 -
-
Uses of ListNotificationEventsResponse in software.amazon.awssdk.services.notifications
Methods in software.amazon.awssdk.services.notifications that return ListNotificationEventsResponse Modifier and Type Method Description default ListNotificationEventsResponseNotificationsClient. listNotificationEvents(Consumer<ListNotificationEventsRequest.Builder> 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).Methods in software.amazon.awssdk.services.notifications that return types with arguments of type ListNotificationEventsResponse Modifier and Type Method Description default CompletableFuture<ListNotificationEventsResponse>NotificationsAsyncClient. listNotificationEvents(Consumer<ListNotificationEventsRequest.Builder> listNotificationEventsRequest)Returns a list ofNotificationEventsaccording to specified filters, in reverse chronological order (newest first).default CompletableFuture<ListNotificationEventsResponse>NotificationsAsyncClient. listNotificationEvents(ListNotificationEventsRequest listNotificationEventsRequest)Returns a list ofNotificationEventsaccording to specified filters, in reverse chronological order (newest first). -
Uses of ListNotificationEventsResponse in software.amazon.awssdk.services.notifications.paginators
Methods in software.amazon.awssdk.services.notifications.paginators that return types with arguments of type ListNotificationEventsResponse Modifier and Type Method Description Iterator<ListNotificationEventsResponse>ListNotificationEventsIterable. iterator()Method parameters in software.amazon.awssdk.services.notifications.paginators with type arguments of type ListNotificationEventsResponse Modifier and Type Method Description voidListNotificationEventsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListNotificationEventsResponse> subscriber)
-