Uses of Interface
software.aws.awsprototypingsdk.cdkgraph.SGNode
-
-
Uses of SGNode in software.aws.awsprototypingsdk.cdkgraph
Classes in software.aws.awsprototypingsdk.cdkgraph that implement SGNode Modifier and Type Class Description static classSGNode.Jsii$ProxyAn implementation forSGNodeMethods in software.aws.awsprototypingsdk.cdkgraph that return SGNode Modifier and Type Method Description SGNodeSGNode.Builder. build()Builds the configured instance.SGNodeSGGraphStore. getTree()(experimental) Node tree.SGNodeSGGraphStore.Jsii$Proxy. getTree()Methods in software.aws.awsprototypingsdk.cdkgraph that return types with arguments of type SGNode Modifier and Type Method Description default Map<String,SGNode>SGNode. getChildren()(experimental) Child node record.Map<String,SGNode>SGNode.Jsii$Proxy. getChildren()Methods in software.aws.awsprototypingsdk.cdkgraph with parameters of type SGNode Modifier and Type Method Description SGGraphStore.BuilderSGGraphStore.Builder. tree(SGNode tree)Sets the value ofSGGraphStore.getTree()Method parameters in software.aws.awsprototypingsdk.cdkgraph with type arguments of type SGNode Modifier and Type Method Description SGNode.BuilderSGNode.Builder. children(Map<String,? extends SGNode> children)Sets the value ofgetChildren()
-