Uses of Class
software.amazon.awssdk.services.quicksight.model.ListNamespacesResponse
-
Packages that use ListNamespacesResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.paginators -
-
Uses of ListNamespacesResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return ListNamespacesResponse Modifier and Type Method Description default ListNamespacesResponseQuickSightClient. listNamespaces(Consumer<ListNamespacesRequest.Builder> listNamespacesRequest)Lists the namespaces for the specified Amazon Web Services account.default ListNamespacesResponseQuickSightClient. listNamespaces(ListNamespacesRequest listNamespacesRequest)Lists the namespaces for the specified Amazon Web Services account.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type ListNamespacesResponse Modifier and Type Method Description default CompletableFuture<ListNamespacesResponse>QuickSightAsyncClient. listNamespaces(Consumer<ListNamespacesRequest.Builder> listNamespacesRequest)Lists the namespaces for the specified Amazon Web Services account.default CompletableFuture<ListNamespacesResponse>QuickSightAsyncClient. listNamespaces(ListNamespacesRequest listNamespacesRequest)Lists the namespaces for the specified Amazon Web Services account. -
Uses of ListNamespacesResponse in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type ListNamespacesResponse Modifier and Type Method Description Iterator<ListNamespacesResponse>ListNamespacesIterable. iterator()Method parameters in software.amazon.awssdk.services.quicksight.paginators with type arguments of type ListNamespacesResponse Modifier and Type Method Description voidListNamespacesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListNamespacesResponse> subscriber)
-