Uses of Class
software.amazon.awssdk.services.notifications.model.ListManagedNotificationEventsResponse
-
Packages that use ListManagedNotificationEventsResponse 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 ListManagedNotificationEventsResponse in software.amazon.awssdk.services.notifications
Methods in software.amazon.awssdk.services.notifications that return ListManagedNotificationEventsResponse Modifier and Type Method Description default ListManagedNotificationEventsResponseNotificationsClient. listManagedNotificationEvents(Consumer<ListManagedNotificationEventsRequest.Builder> listManagedNotificationEventsRequest)Returns a list of Managed Notification Events according to specified filters, ordered by creation time in reverse chronological order (newest first).default ListManagedNotificationEventsResponseNotificationsClient. listManagedNotificationEvents(ListManagedNotificationEventsRequest listManagedNotificationEventsRequest)Returns a list of Managed Notification Events according to specified filters, ordered by creation time in reverse chronological order (newest first).Methods in software.amazon.awssdk.services.notifications that return types with arguments of type ListManagedNotificationEventsResponse Modifier and Type Method Description default CompletableFuture<ListManagedNotificationEventsResponse>NotificationsAsyncClient. listManagedNotificationEvents(Consumer<ListManagedNotificationEventsRequest.Builder> listManagedNotificationEventsRequest)Returns a list of Managed Notification Events according to specified filters, ordered by creation time in reverse chronological order (newest first).default CompletableFuture<ListManagedNotificationEventsResponse>NotificationsAsyncClient. listManagedNotificationEvents(ListManagedNotificationEventsRequest listManagedNotificationEventsRequest)Returns a list of Managed Notification Events according to specified filters, ordered by creation time in reverse chronological order (newest first). -
Uses of ListManagedNotificationEventsResponse in software.amazon.awssdk.services.notifications.paginators
Methods in software.amazon.awssdk.services.notifications.paginators that return types with arguments of type ListManagedNotificationEventsResponse Modifier and Type Method Description Iterator<ListManagedNotificationEventsResponse>ListManagedNotificationEventsIterable. iterator()Method parameters in software.amazon.awssdk.services.notifications.paginators with type arguments of type ListManagedNotificationEventsResponse Modifier and Type Method Description voidListManagedNotificationEventsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListManagedNotificationEventsResponse> subscriber)
-