Uses of Class
software.amazon.awssdk.services.notifications.paginators.ListNotificationHubsIterable
-
Packages that use ListNotificationHubsIterable Package Description software.amazon.awssdk.services.notifications The AWS User Notifications API Reference provides descriptions, API request parameters, and the JSON response for each of the User Notification API actions. -
-
Uses of ListNotificationHubsIterable in software.amazon.awssdk.services.notifications
Methods in software.amazon.awssdk.services.notifications that return ListNotificationHubsIterable Modifier and Type Method Description default ListNotificationHubsIterableNotificationsClient. listNotificationHubsPaginator(Consumer<ListNotificationHubsRequest.Builder> listNotificationHubsRequest)This is a variant ofNotificationsClient.listNotificationHubs(software.amazon.awssdk.services.notifications.model.ListNotificationHubsRequest)operation.default ListNotificationHubsIterableNotificationsClient. listNotificationHubsPaginator(ListNotificationHubsRequest listNotificationHubsRequest)This is a variant ofNotificationsClient.listNotificationHubs(software.amazon.awssdk.services.notifications.model.ListNotificationHubsRequest)operation.
-