Uses of Class
software.constructs.Node
-
-
Uses of Node in software.constructs
Methods in software.constructs that return Node Modifier and Type Method Description Node
INodeFactory. createNode(Construct host, IConstruct scope, String id)
Returns a new `Node` associated with `host`.default Node
INodeFactory.Jsii$Default. createNode(Construct host, IConstruct scope, String id)
Returns a new `Node` associated with `host`.Node
INodeFactory.Jsii$Proxy. createNode(Construct host, IConstruct scope, String id)
Returns a new `Node` associated with `host`.static Node
Node. of(IConstruct construct)
Returns the node associated with a construct.
-