Uses of Interface
software.aws.awsprototypingsdk.cdkgraph.IGraphReportCallback
-
-
Uses of IGraphReportCallback in software.aws.awsprototypingsdk.cdkgraph
Subinterfaces of IGraphReportCallback in software.aws.awsprototypingsdk.cdkgraph Modifier and Type Interface Description static interfaceIGraphReportCallback.Jsii$DefaultInternal default implementation forIGraphReportCallback.Classes in software.aws.awsprototypingsdk.cdkgraph that implement IGraphReportCallback Modifier and Type Class Description static classIGraphReportCallback.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.Methods in software.aws.awsprototypingsdk.cdkgraph that return IGraphReportCallback Modifier and Type Method Description default IGraphReportCallbackICdkGraphPlugin. getReport()(experimental) Generate asynchronous reports based on the graph.default IGraphReportCallbackICdkGraphPlugin.Jsii$Default. getReport()(experimental) Generate asynchronous reports based on the graph.IGraphReportCallbackICdkGraphPlugin.Jsii$Proxy. getReport()(experimental) Generate asynchronous reports based on the graph.Methods in software.aws.awsprototypingsdk.cdkgraph with parameters of type IGraphReportCallback Modifier and Type Method Description default voidICdkGraphPlugin.Jsii$Default. setReport(IGraphReportCallback value)(experimental) Generate asynchronous reports based on the graph.voidICdkGraphPlugin.Jsii$Proxy. setReport(IGraphReportCallback value)(experimental) Generate asynchronous reports based on the graph.default voidICdkGraphPlugin. setReport(IGraphReportCallback value)(experimental) Generate asynchronous reports based on the graph.
-