Uses of Class
software.amazon.awssdk.services.finspace.model.DeleteKxClusterRequest
-
Packages that use DeleteKxClusterRequest 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 DeleteKxClusterRequest in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace with parameters of type DeleteKxClusterRequest Modifier and Type Method Description default CompletableFuture<DeleteKxClusterResponse>FinspaceAsyncClient. deleteKxCluster(DeleteKxClusterRequest deleteKxClusterRequest)Deletes a kdb cluster.default DeleteKxClusterResponseFinspaceClient. deleteKxCluster(DeleteKxClusterRequest deleteKxClusterRequest)Deletes a kdb cluster. -
Uses of DeleteKxClusterRequest in software.amazon.awssdk.services.finspace.transform
Methods in software.amazon.awssdk.services.finspace.transform with parameters of type DeleteKxClusterRequest Modifier and Type Method Description SdkHttpFullRequestDeleteKxClusterRequestMarshaller. marshall(DeleteKxClusterRequest deleteKxClusterRequest)
-