Uses of Class
software.amazon.awssdk.services.notifications.model.ListManagedNotificationEventsRequest
-
Packages that use ListManagedNotificationEventsRequest 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 ListManagedNotificationEventsRequest in software.amazon.awssdk.services.notifications
Methods in software.amazon.awssdk.services.notifications with parameters of type ListManagedNotificationEventsRequest Modifier and Type Method Description 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).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).default ListManagedNotificationEventsPublisherNotificationsAsyncClient. listManagedNotificationEventsPaginator(ListManagedNotificationEventsRequest listManagedNotificationEventsRequest)default ListManagedNotificationEventsIterableNotificationsClient. listManagedNotificationEventsPaginator(ListManagedNotificationEventsRequest listManagedNotificationEventsRequest) -
Uses of ListManagedNotificationEventsRequest in software.amazon.awssdk.services.notifications.paginators
Constructors in software.amazon.awssdk.services.notifications.paginators with parameters of type ListManagedNotificationEventsRequest Constructor Description ListManagedNotificationEventsIterable(NotificationsClient client, ListManagedNotificationEventsRequest firstRequest)ListManagedNotificationEventsPublisher(NotificationsAsyncClient client, ListManagedNotificationEventsRequest firstRequest) -
Uses of ListManagedNotificationEventsRequest in software.amazon.awssdk.services.notifications.transform
Methods in software.amazon.awssdk.services.notifications.transform with parameters of type ListManagedNotificationEventsRequest Modifier and Type Method Description SdkHttpFullRequestListManagedNotificationEventsRequestMarshaller. marshall(ListManagedNotificationEventsRequest listManagedNotificationEventsRequest)
-