Uses of Class
software.amazon.awssdk.services.managedblockchain.model.GetNodeResponse
-
Packages that use GetNodeResponse Package Description software.amazon.awssdk.services.managedblockchain -
-
Uses of GetNodeResponse in software.amazon.awssdk.services.managedblockchain
Methods in software.amazon.awssdk.services.managedblockchain that return GetNodeResponse Modifier and Type Method Description default GetNodeResponseManagedBlockchainClient. getNode(Consumer<GetNodeRequest.Builder> getNodeRequest)Returns detailed information about a node.default GetNodeResponseManagedBlockchainClient. getNode(GetNodeRequest getNodeRequest)Returns detailed information about a node.Methods in software.amazon.awssdk.services.managedblockchain that return types with arguments of type GetNodeResponse Modifier and Type Method Description default CompletableFuture<GetNodeResponse>ManagedBlockchainAsyncClient. getNode(Consumer<GetNodeRequest.Builder> getNodeRequest)Returns detailed information about a node.default CompletableFuture<GetNodeResponse>ManagedBlockchainAsyncClient. getNode(GetNodeRequest getNodeRequest)Returns detailed information about a node.
-