Uses of Class
software.amazon.awssdk.services.quicksight.model.ListNamespacesRequest
-
Packages that use ListNamespacesRequest Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.paginators software.amazon.awssdk.services.quicksight.transform -
-
Uses of ListNamespacesRequest in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight with parameters of type ListNamespacesRequest Modifier and Type Method Description default CompletableFuture<ListNamespacesResponse>QuickSightAsyncClient. listNamespaces(ListNamespacesRequest 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.default ListNamespacesPublisherQuickSightAsyncClient. listNamespacesPaginator(ListNamespacesRequest listNamespacesRequest)Lists the namespaces for the specified Amazon Web Services account.default ListNamespacesIterableQuickSightClient. listNamespacesPaginator(ListNamespacesRequest listNamespacesRequest)Lists the namespaces for the specified Amazon Web Services account. -
Uses of ListNamespacesRequest in software.amazon.awssdk.services.quicksight.paginators
Constructors in software.amazon.awssdk.services.quicksight.paginators with parameters of type ListNamespacesRequest Constructor Description ListNamespacesIterable(QuickSightClient client, ListNamespacesRequest firstRequest)ListNamespacesPublisher(QuickSightAsyncClient client, ListNamespacesRequest firstRequest) -
Uses of ListNamespacesRequest in software.amazon.awssdk.services.quicksight.transform
Methods in software.amazon.awssdk.services.quicksight.transform with parameters of type ListNamespacesRequest Modifier and Type Method Description SdkHttpFullRequestListNamespacesRequestMarshaller. marshall(ListNamespacesRequest listNamespacesRequest)
-