Uses of Class
software.amazon.awssdk.services.notifications.model.ListNotificationHubsResponse
-
Packages that use ListNotificationHubsResponse 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 ListNotificationHubsResponse in software.amazon.awssdk.services.notifications
Methods in software.amazon.awssdk.services.notifications that return ListNotificationHubsResponse Modifier and Type Method Description default ListNotificationHubsResponseNotificationsClient. listNotificationHubs(Consumer<ListNotificationHubsRequest.Builder> listNotificationHubsRequest)Returns a list ofNotificationHubs.default ListNotificationHubsResponseNotificationsClient. listNotificationHubs(ListNotificationHubsRequest listNotificationHubsRequest)Returns a list ofNotificationHubs.Methods in software.amazon.awssdk.services.notifications that return types with arguments of type ListNotificationHubsResponse Modifier and Type Method Description default CompletableFuture<ListNotificationHubsResponse>NotificationsAsyncClient. listNotificationHubs(Consumer<ListNotificationHubsRequest.Builder> listNotificationHubsRequest)Returns a list ofNotificationHubs.default CompletableFuture<ListNotificationHubsResponse>NotificationsAsyncClient. listNotificationHubs(ListNotificationHubsRequest listNotificationHubsRequest)Returns a list ofNotificationHubs. -
Uses of ListNotificationHubsResponse in software.amazon.awssdk.services.notifications.paginators
Methods in software.amazon.awssdk.services.notifications.paginators that return types with arguments of type ListNotificationHubsResponse Modifier and Type Method Description Iterator<ListNotificationHubsResponse>ListNotificationHubsIterable. iterator()Method parameters in software.amazon.awssdk.services.notifications.paginators with type arguments of type ListNotificationHubsResponse Modifier and Type Method Description voidListNotificationHubsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListNotificationHubsResponse> subscriber)
-