Uses of Interface
software.aws.awsprototypingsdk.cdkgraph.IFindEdgeOptions
-
-
Uses of IFindEdgeOptions in software.aws.awsprototypingsdk.cdkgraph
Subinterfaces of IFindEdgeOptions in software.aws.awsprototypingsdk.cdkgraph Modifier and Type Interface Description static interfaceIFindEdgeOptions.Jsii$DefaultInternal default implementation forIFindEdgeOptions.Classes in software.aws.awsprototypingsdk.cdkgraph that implement IFindEdgeOptions Modifier and Type Class Description static classIFindEdgeOptions.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.Methods in software.aws.awsprototypingsdk.cdkgraph with parameters of type IFindEdgeOptions Modifier and Type Method Description List<Edge>Node. findAllLinks(IFindEdgeOptions options)(experimental) Return all direct links of this node and that of all sub-nodes.
-