Uses of Class
software.amazon.awssdk.services.notifications.model.ListManagedNotificationChildEventsResponse
-
Packages that use ListManagedNotificationChildEventsResponse 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 ListManagedNotificationChildEventsResponse in software.amazon.awssdk.services.notifications
Methods in software.amazon.awssdk.services.notifications that return ListManagedNotificationChildEventsResponse Modifier and Type Method Description default ListManagedNotificationChildEventsResponseNotificationsClient. listManagedNotificationChildEvents(Consumer<ListManagedNotificationChildEventsRequest.Builder> 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).Methods in software.amazon.awssdk.services.notifications that return types with arguments of type ListManagedNotificationChildEventsResponse Modifier and Type Method Description default CompletableFuture<ListManagedNotificationChildEventsResponse>NotificationsAsyncClient. listManagedNotificationChildEvents(Consumer<ListManagedNotificationChildEventsRequest.Builder> listManagedNotificationChildEventsRequest)Returns a list ofManagedNotificationChildEventsfor a specified aggregateManagedNotificationEvent, ordered by creation time in reverse chronological order (newest first).default CompletableFuture<ListManagedNotificationChildEventsResponse>NotificationsAsyncClient. listManagedNotificationChildEvents(ListManagedNotificationChildEventsRequest listManagedNotificationChildEventsRequest)Returns a list ofManagedNotificationChildEventsfor a specified aggregateManagedNotificationEvent, ordered by creation time in reverse chronological order (newest first). -
Uses of ListManagedNotificationChildEventsResponse in software.amazon.awssdk.services.notifications.paginators
Methods in software.amazon.awssdk.services.notifications.paginators that return types with arguments of type ListManagedNotificationChildEventsResponse Modifier and Type Method Description Iterator<ListManagedNotificationChildEventsResponse>ListManagedNotificationChildEventsIterable. iterator()Method parameters in software.amazon.awssdk.services.notifications.paginators with type arguments of type ListManagedNotificationChildEventsResponse Modifier and Type Method Description voidListManagedNotificationChildEventsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListManagedNotificationChildEventsResponse> subscriber)
-