Uses of Class
software.amazon.awssdk.services.notifications.model.NotificationHubOverview
-
Packages that use NotificationHubOverview Package Description software.amazon.awssdk.services.notifications.model software.amazon.awssdk.services.notifications.paginators -
-
Uses of NotificationHubOverview in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type NotificationHubOverview Modifier and Type Method Description List<NotificationHubOverview>ListNotificationHubsResponse. notificationHubs()TheNotificationHubsin the account.Methods in software.amazon.awssdk.services.notifications.model with parameters of type NotificationHubOverview Modifier and Type Method Description ListNotificationHubsResponse.BuilderListNotificationHubsResponse.Builder. notificationHubs(NotificationHubOverview... notificationHubs)TheNotificationHubsin the account.Method parameters in software.amazon.awssdk.services.notifications.model with type arguments of type NotificationHubOverview Modifier and Type Method Description ListNotificationHubsResponse.BuilderListNotificationHubsResponse.Builder. notificationHubs(Collection<NotificationHubOverview> notificationHubs)TheNotificationHubsin the account. -
Uses of NotificationHubOverview in software.amazon.awssdk.services.notifications.paginators
Methods in software.amazon.awssdk.services.notifications.paginators that return types with arguments of type NotificationHubOverview Modifier and Type Method Description SdkIterable<NotificationHubOverview>ListNotificationHubsIterable. notificationHubs()Returns an iterable to iterate through the paginatedListNotificationHubsResponse.notificationHubs()member.SdkPublisher<NotificationHubOverview>ListNotificationHubsPublisher. notificationHubs()Returns a publisher that can be used to get a stream of data.
-