Uses of Class
software.aws.awsprototypingsdk.cdkgraph.Dependency
-
-
Uses of Dependency in software.aws.awsprototypingsdk.cdkgraph
Methods in software.aws.awsprototypingsdk.cdkgraph that return types with arguments of type Dependency Modifier and Type Method Description List<Dependency>Node. getDependencyLinks()(experimental) Gets list ofDependencylinks (edges) where this node is the **source**.List<Dependency>Node. getReverseDependencyLinks()(experimental) Gets list ofDependencylinks (edges) where this node is the **target**.
-