Uses of Class
software.amazon.awssdk.services.finspace.model.DeleteKxClusterResponse
-
Packages that use DeleteKxClusterResponse Package Description software.amazon.awssdk.services.finspace The FinSpace management service provides the APIs for managing FinSpace environments. -
-
Uses of DeleteKxClusterResponse in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace that return DeleteKxClusterResponse Modifier and Type Method Description default DeleteKxClusterResponseFinspaceClient. deleteKxCluster(Consumer<DeleteKxClusterRequest.Builder> deleteKxClusterRequest)Deletes a kdb cluster.default DeleteKxClusterResponseFinspaceClient. deleteKxCluster(DeleteKxClusterRequest deleteKxClusterRequest)Deletes a kdb cluster.Methods in software.amazon.awssdk.services.finspace that return types with arguments of type DeleteKxClusterResponse Modifier and Type Method Description default CompletableFuture<DeleteKxClusterResponse>FinspaceAsyncClient. deleteKxCluster(Consumer<DeleteKxClusterRequest.Builder> deleteKxClusterRequest)Deletes a kdb cluster.default CompletableFuture<DeleteKxClusterResponse>FinspaceAsyncClient. deleteKxCluster(DeleteKxClusterRequest deleteKxClusterRequest)Deletes a kdb cluster.
-