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