| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchain |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteNodeResponse |
ManagedBlockchainClient.deleteNode(Consumer<DeleteNodeRequest.Builder> deleteNodeRequest)
Deletes a node that your Amazon Web Services account owns.
|
default DeleteNodeResponse |
ManagedBlockchainClient.deleteNode(DeleteNodeRequest deleteNodeRequest)
Deletes a node that your Amazon Web Services account owns.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.