Uses of Interface
io.github.cdklabs.cdknag.NagReportLine
-
-
Uses of NagReportLine in io.github.cdklabs.cdknag
Classes in io.github.cdklabs.cdknag that implement NagReportLine Modifier and Type Class Description static classNagReportLine.Jsii$ProxyAn implementation forNagReportLineMethods in io.github.cdklabs.cdknag that return NagReportLine Modifier and Type Method Description NagReportLineNagReportLine.Builder. build()Builds the configured instance.Methods in io.github.cdklabs.cdknag that return types with arguments of type NagReportLine Modifier and Type Method Description List<NagReportLine>NagReportSchema. getLines()List<NagReportLine>NagReportSchema.Jsii$Proxy. getLines()Method parameters in io.github.cdklabs.cdknag with type arguments of type NagReportLine Modifier and Type Method Description NagReportSchema.BuilderNagReportSchema.Builder. lines(List<? extends NagReportLine> lines)Sets the value ofNagReportSchema.getLines()
-