Uses of Class
software.amazon.awssdk.services.managedblockchain.model.UpdateNodeResponse
-
Packages that use UpdateNodeResponse Package Description software.amazon.awssdk.services.managedblockchain -
-
Uses of UpdateNodeResponse in software.amazon.awssdk.services.managedblockchain
Methods in software.amazon.awssdk.services.managedblockchain that return UpdateNodeResponse Modifier and Type Method Description default UpdateNodeResponseManagedBlockchainClient. updateNode(Consumer<UpdateNodeRequest.Builder> updateNodeRequest)Updates a node configuration with new parameters.default UpdateNodeResponseManagedBlockchainClient. updateNode(UpdateNodeRequest updateNodeRequest)Updates a node configuration with new parameters.Methods in software.amazon.awssdk.services.managedblockchain that return types with arguments of type UpdateNodeResponse Modifier and Type Method Description default CompletableFuture<UpdateNodeResponse>ManagedBlockchainAsyncClient. updateNode(Consumer<UpdateNodeRequest.Builder> updateNodeRequest)Updates a node configuration with new parameters.default CompletableFuture<UpdateNodeResponse>ManagedBlockchainAsyncClient. updateNode(UpdateNodeRequest updateNodeRequest)Updates a node configuration with new parameters.
-