Uses of Class
com.oracle.bmc.loganalytics.model.DependentSource
-
Packages that use DependentSource Package Description com.oracle.bmc.loganalytics.model -
-
Uses of DependentSource in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return DependentSource Modifier and Type Method Description DependentSource
DependentSource.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type DependentSource Modifier and Type Method Description List<DependentSource>
LogAnalyticsParser. getDependentSources()
A list of sources that depend on the parser, either directly or indirectly.Methods in com.oracle.bmc.loganalytics.model with parameters of type DependentSource Modifier and Type Method Description DependentSource.Builder
DependentSource.Builder. copy(DependentSource model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type DependentSource Modifier and Type Method Description LogAnalyticsParser.Builder
LogAnalyticsParser.Builder. dependentSources(List<DependentSource> dependentSources)
A list of sources that depend on the parser, either directly or indirectly.
-