Uses of Class
software.amazon.awssdk.services.managedblockchain.model.DeleteNodeResponse
-
Packages that use DeleteNodeResponse Package Description software.amazon.awssdk.services.managedblockchain -
-
Uses of DeleteNodeResponse in software.amazon.awssdk.services.managedblockchain
Methods in software.amazon.awssdk.services.managedblockchain that return DeleteNodeResponse Modifier and Type Method Description default DeleteNodeResponseManagedBlockchainClient. deleteNode(Consumer<DeleteNodeRequest.Builder> deleteNodeRequest)Deletes a node that your Amazon Web Services account owns.default DeleteNodeResponseManagedBlockchainClient. deleteNode(DeleteNodeRequest deleteNodeRequest)Deletes a node that your Amazon Web Services account owns.Methods in software.amazon.awssdk.services.managedblockchain that return types with arguments of type DeleteNodeResponse Modifier and Type Method Description default CompletableFuture<DeleteNodeResponse>ManagedBlockchainAsyncClient. deleteNode(Consumer<DeleteNodeRequest.Builder> deleteNodeRequest)Deletes a node that your Amazon Web Services account owns.default CompletableFuture<DeleteNodeResponse>ManagedBlockchainAsyncClient. deleteNode(DeleteNodeRequest deleteNodeRequest)Deletes a node that your Amazon Web Services account owns.
-