Uses of Class
software.amazon.awssdk.services.managedblockchain.model.NodeSummary
-
Packages that use NodeSummary Package Description software.amazon.awssdk.services.managedblockchain.model -
-
Uses of NodeSummary in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return types with arguments of type NodeSummary Modifier and Type Method Description List<NodeSummary>ListNodesResponse. nodes()An array ofNodeSummaryobjects that contain configuration properties for each node.Methods in software.amazon.awssdk.services.managedblockchain.model with parameters of type NodeSummary Modifier and Type Method Description ListNodesResponse.BuilderListNodesResponse.Builder. nodes(NodeSummary... nodes)An array ofNodeSummaryobjects that contain configuration properties for each node.Method parameters in software.amazon.awssdk.services.managedblockchain.model with type arguments of type NodeSummary Modifier and Type Method Description ListNodesResponse.BuilderListNodesResponse.Builder. nodes(Collection<NodeSummary> nodes)An array ofNodeSummaryobjects that contain configuration properties for each node.
-