Uses of Interface
software.aws.awsprototypingsdk.cdkgraph.IGraphVisitorCallback
-
-
Uses of IGraphVisitorCallback in software.aws.awsprototypingsdk.cdkgraph
Subinterfaces of IGraphVisitorCallback in software.aws.awsprototypingsdk.cdkgraph Modifier and Type Interface Description static interfaceIGraphVisitorCallback.Jsii$DefaultInternal default implementation forIGraphVisitorCallback.Classes in software.aws.awsprototypingsdk.cdkgraph that implement IGraphVisitorCallback Modifier and Type Class Description static classIGraphVisitorCallback.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.Methods in software.aws.awsprototypingsdk.cdkgraph that return IGraphVisitorCallback Modifier and Type Method Description default IGraphVisitorCallbackICdkGraphPlugin. getInspect()(experimental) Node visitor callback for construct tree traversal.default IGraphVisitorCallbackICdkGraphPlugin.Jsii$Default. getInspect()(experimental) Node visitor callback for construct tree traversal.IGraphVisitorCallbackICdkGraphPlugin.Jsii$Proxy. getInspect()(experimental) Node visitor callback for construct tree traversal.Methods in software.aws.awsprototypingsdk.cdkgraph with parameters of type IGraphVisitorCallback Modifier and Type Method Description default voidICdkGraphPlugin.Jsii$Default. setInspect(IGraphVisitorCallback value)(experimental) Node visitor callback for construct tree traversal.voidICdkGraphPlugin.Jsii$Proxy. setInspect(IGraphVisitorCallback value)(experimental) Node visitor callback for construct tree traversal.default voidICdkGraphPlugin. setInspect(IGraphVisitorCallback value)(experimental) Node visitor callback for construct tree traversal.
-