Uses of Class
software.amazon.awssdk.services.finspace.model.DeleteKxClusterNodeRequest
-
Packages that use DeleteKxClusterNodeRequest 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 DeleteKxClusterNodeRequest in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace with parameters of type DeleteKxClusterNodeRequest Modifier and Type Method Description default CompletableFuture<DeleteKxClusterNodeResponse>FinspaceAsyncClient. deleteKxClusterNode(DeleteKxClusterNodeRequest deleteKxClusterNodeRequest)Deletes the specified nodes from a cluster.default DeleteKxClusterNodeResponseFinspaceClient. deleteKxClusterNode(DeleteKxClusterNodeRequest deleteKxClusterNodeRequest)Deletes the specified nodes from a cluster. -
Uses of DeleteKxClusterNodeRequest in software.amazon.awssdk.services.finspace.transform
Methods in software.amazon.awssdk.services.finspace.transform with parameters of type DeleteKxClusterNodeRequest Modifier and Type Method Description SdkHttpFullRequestDeleteKxClusterNodeRequestMarshaller. marshall(DeleteKxClusterNodeRequest deleteKxClusterNodeRequest)
-