Uses of Class
software.amazon.awssdk.services.finspace.model.GetKxClusterResponse
-
Packages that use GetKxClusterResponse Package Description software.amazon.awssdk.services.finspace The FinSpace management service provides the APIs for managing FinSpace environments. -
-
Uses of GetKxClusterResponse in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace that return GetKxClusterResponse Modifier and Type Method Description default GetKxClusterResponseFinspaceClient. getKxCluster(Consumer<GetKxClusterRequest.Builder> getKxClusterRequest)Retrieves information about a kdb cluster.default GetKxClusterResponseFinspaceClient. getKxCluster(GetKxClusterRequest getKxClusterRequest)Retrieves information about a kdb cluster.Methods in software.amazon.awssdk.services.finspace that return types with arguments of type GetKxClusterResponse Modifier and Type Method Description default CompletableFuture<GetKxClusterResponse>FinspaceAsyncClient. getKxCluster(Consumer<GetKxClusterRequest.Builder> getKxClusterRequest)Retrieves information about a kdb cluster.default CompletableFuture<GetKxClusterResponse>FinspaceAsyncClient. getKxCluster(GetKxClusterRequest getKxClusterRequest)Retrieves information about a kdb cluster.
-