Uses of Interface
software.aws.awsprototypingsdk.cdkgraph.SGEdge
-
-
Uses of SGEdge in software.aws.awsprototypingsdk.cdkgraph
Classes in software.aws.awsprototypingsdk.cdkgraph that implement SGEdge Modifier and Type Class Description static classSGEdge.Jsii$ProxyAn implementation forSGEdgeMethods in software.aws.awsprototypingsdk.cdkgraph that return SGEdge Modifier and Type Method Description SGEdgeSGEdge.Builder. build()Builds the configured instance.Methods in software.aws.awsprototypingsdk.cdkgraph that return types with arguments of type SGEdge Modifier and Type Method Description List<SGEdge>SGGraphStore. getEdges()(experimental) List of edges.List<SGEdge>SGGraphStore.Jsii$Proxy. getEdges()Method parameters in software.aws.awsprototypingsdk.cdkgraph with type arguments of type SGEdge Modifier and Type Method Description SGGraphStore.BuilderSGGraphStore.Builder. edges(List<? extends SGEdge> edges)Sets the value ofSGGraphStore.getEdges()
-