Uses of Class
software.amazon.awssdk.services.finspace.model.DeleteKxClusterNodeResponse
-
Packages that use DeleteKxClusterNodeResponse Package Description software.amazon.awssdk.services.finspace The FinSpace management service provides the APIs for managing FinSpace environments. -
-
Uses of DeleteKxClusterNodeResponse in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace that return DeleteKxClusterNodeResponse Modifier and Type Method Description default DeleteKxClusterNodeResponseFinspaceClient. deleteKxClusterNode(Consumer<DeleteKxClusterNodeRequest.Builder> deleteKxClusterNodeRequest)Deletes the specified nodes from a cluster.default DeleteKxClusterNodeResponseFinspaceClient. deleteKxClusterNode(DeleteKxClusterNodeRequest deleteKxClusterNodeRequest)Deletes the specified nodes from a cluster.Methods in software.amazon.awssdk.services.finspace that return types with arguments of type DeleteKxClusterNodeResponse Modifier and Type Method Description default CompletableFuture<DeleteKxClusterNodeResponse>FinspaceAsyncClient. deleteKxClusterNode(Consumer<DeleteKxClusterNodeRequest.Builder> deleteKxClusterNodeRequest)Deletes the specified nodes from a cluster.default CompletableFuture<DeleteKxClusterNodeResponse>FinspaceAsyncClient. deleteKxClusterNode(DeleteKxClusterNodeRequest deleteKxClusterNodeRequest)Deletes the specified nodes from a cluster.
-