Uses of Class
software.amazon.awssdk.services.managedblockchain.model.CreateNodeResponse
-
Packages that use CreateNodeResponse Package Description software.amazon.awssdk.services.managedblockchain -
-
Uses of CreateNodeResponse in software.amazon.awssdk.services.managedblockchain
Methods in software.amazon.awssdk.services.managedblockchain that return CreateNodeResponse Modifier and Type Method Description default CreateNodeResponseManagedBlockchainClient. createNode(Consumer<CreateNodeRequest.Builder> createNodeRequest)Creates a node on the specified blockchain network.default CreateNodeResponseManagedBlockchainClient. createNode(CreateNodeRequest createNodeRequest)Creates a node on the specified blockchain network.Methods in software.amazon.awssdk.services.managedblockchain that return types with arguments of type CreateNodeResponse Modifier and Type Method 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.
-