Uses of Class
com.oracle.bmc.loganalytics.model.DependentParser
-
Packages that use DependentParser Package Description com.oracle.bmc.loganalytics.model -
-
Uses of DependentParser in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return DependentParser Modifier and Type Method Description DependentParser
DependentParser.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type DependentParser Modifier and Type Method Description List<DependentParser>
LogAnalyticsParser. getDependentParsers()
A list of sub parsers used by this parser.Methods in com.oracle.bmc.loganalytics.model with parameters of type DependentParser Modifier and Type Method Description DependentParser.Builder
DependentParser.Builder. copy(DependentParser model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type DependentParser Modifier and Type Method Description LogAnalyticsParser.Builder
LogAnalyticsParser.Builder. dependentParsers(List<DependentParser> dependentParsers)
A list of sub parsers used by this parser.
-