Uses of Class
software.amazon.awssdk.services.notifications.model.ListManagedNotificationChildEventsRequest
-
Packages that use ListManagedNotificationChildEventsRequest 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 ListManagedNotificationChildEventsRequest in software.amazon.awssdk.services.notifications
Methods in software.amazon.awssdk.services.notifications with parameters of type ListManagedNotificationChildEventsRequest Modifier and Type Method Description default CompletableFuture<ListManagedNotificationChildEventsResponse>NotificationsAsyncClient. listManagedNotificationChildEvents(ListManagedNotificationChildEventsRequest listManagedNotificationChildEventsRequest)Returns a list ofManagedNotificationChildEventsfor a specified aggregateManagedNotificationEvent, ordered by creation time in reverse chronological order (newest first).default ListManagedNotificationChildEventsResponseNotificationsClient. listManagedNotificationChildEvents(ListManagedNotificationChildEventsRequest listManagedNotificationChildEventsRequest)Returns a list ofManagedNotificationChildEventsfor a specified aggregateManagedNotificationEvent, ordered by creation time in reverse chronological order (newest first).default ListManagedNotificationChildEventsPublisherNotificationsAsyncClient. listManagedNotificationChildEventsPaginator(ListManagedNotificationChildEventsRequest listManagedNotificationChildEventsRequest)default ListManagedNotificationChildEventsIterableNotificationsClient. listManagedNotificationChildEventsPaginator(ListManagedNotificationChildEventsRequest listManagedNotificationChildEventsRequest) -
Uses of ListManagedNotificationChildEventsRequest in software.amazon.awssdk.services.notifications.paginators
Constructors in software.amazon.awssdk.services.notifications.paginators with parameters of type ListManagedNotificationChildEventsRequest Constructor Description ListManagedNotificationChildEventsIterable(NotificationsClient client, ListManagedNotificationChildEventsRequest firstRequest)ListManagedNotificationChildEventsPublisher(NotificationsAsyncClient client, ListManagedNotificationChildEventsRequest firstRequest) -
Uses of ListManagedNotificationChildEventsRequest in software.amazon.awssdk.services.notifications.transform
Methods in software.amazon.awssdk.services.notifications.transform with parameters of type ListManagedNotificationChildEventsRequest Modifier and Type Method Description SdkHttpFullRequestListManagedNotificationChildEventsRequestMarshaller. marshall(ListManagedNotificationChildEventsRequest listManagedNotificationChildEventsRequest)
-