Uses of Class
software.amazon.awssdk.services.finspace.model.ListKxClustersResponse
-
Packages that use ListKxClustersResponse Package Description software.amazon.awssdk.services.finspace The FinSpace management service provides the APIs for managing FinSpace environments. -
-
Uses of ListKxClustersResponse in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace that return ListKxClustersResponse Modifier and Type Method Description default ListKxClustersResponseFinspaceClient. listKxClusters(Consumer<ListKxClustersRequest.Builder> listKxClustersRequest)Returns a list of clusters.default ListKxClustersResponseFinspaceClient. listKxClusters(ListKxClustersRequest listKxClustersRequest)Returns a list of clusters.Methods in software.amazon.awssdk.services.finspace that return types with arguments of type ListKxClustersResponse Modifier and Type Method Description default CompletableFuture<ListKxClustersResponse>FinspaceAsyncClient. listKxClusters(Consumer<ListKxClustersRequest.Builder> listKxClustersRequest)Returns a list of clusters.default CompletableFuture<ListKxClustersResponse>FinspaceAsyncClient. listKxClusters(ListKxClustersRequest listKxClustersRequest)Returns a list of clusters.
-