| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchain |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateNodeResponse |
ManagedBlockchainClient.createNode(Consumer<CreateNodeRequest.Builder> createNodeRequest)
Creates a node on the specified blockchain network.
|
default CreateNodeResponse |
ManagedBlockchainClient.createNode(CreateNodeRequest createNodeRequest)
Creates a node on the specified blockchain network.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateNodeResponse> |
ManagedBlockchainAsyncClient.createNode(Consumer<CreateNodeRequest.Builder> createNodeRequest)
Creates a node on the specified blockchain network.
|
default CompletableFuture<CreateNodeResponse> |
ManagedBlockchainAsyncClient.createNode(CreateNodeRequest createNodeRequest)
Creates a node on the specified blockchain network.
|
Copyright © 2023. All rights reserved.