Uses of Interface
software.amazon.awssdk.services.notifications.model.ListNotificationHubsResponse.Builder
-
Packages that use ListNotificationHubsResponse.Builder Package Description software.amazon.awssdk.services.notifications.model -
-
Uses of ListNotificationHubsResponse.Builder in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return ListNotificationHubsResponse.Builder Modifier and Type Method Description static ListNotificationHubsResponse.BuilderListNotificationHubsResponse. builder()ListNotificationHubsResponse.BuilderListNotificationHubsResponse.Builder. nextToken(String nextToken)A pagination token.ListNotificationHubsResponse.BuilderListNotificationHubsResponse.Builder. notificationHubs(Collection<NotificationHubOverview> notificationHubs)TheNotificationHubsin the account.ListNotificationHubsResponse.BuilderListNotificationHubsResponse.Builder. notificationHubs(Consumer<NotificationHubOverview.Builder>... notificationHubs)TheNotificationHubsin the account.ListNotificationHubsResponse.BuilderListNotificationHubsResponse.Builder. notificationHubs(NotificationHubOverview... notificationHubs)TheNotificationHubsin the account.ListNotificationHubsResponse.BuilderListNotificationHubsResponse. toBuilder()Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type ListNotificationHubsResponse.Builder Modifier and Type Method Description static Class<? extends ListNotificationHubsResponse.Builder>ListNotificationHubsResponse. serializableBuilderClass()
-