Uses of Class
software.amazon.awssdk.services.finspace.model.CreateKxClusterResponse
-
Packages that use CreateKxClusterResponse Package Description software.amazon.awssdk.services.finspace The FinSpace management service provides the APIs for managing FinSpace environments. -
-
Uses of CreateKxClusterResponse in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace that return CreateKxClusterResponse Modifier and Type Method Description default CreateKxClusterResponseFinspaceClient. createKxCluster(Consumer<CreateKxClusterRequest.Builder> createKxClusterRequest)Creates a new kdb cluster.default CreateKxClusterResponseFinspaceClient. createKxCluster(CreateKxClusterRequest createKxClusterRequest)Creates a new kdb cluster.Methods in software.amazon.awssdk.services.finspace that return types with arguments of type CreateKxClusterResponse Modifier and Type Method Description default CompletableFuture<CreateKxClusterResponse>FinspaceAsyncClient. createKxCluster(Consumer<CreateKxClusterRequest.Builder> createKxClusterRequest)Creates a new kdb cluster.default CompletableFuture<CreateKxClusterResponse>FinspaceAsyncClient. createKxCluster(CreateKxClusterRequest createKxClusterRequest)Creates a new kdb cluster.
-