Uses of Class
com.oracle.bmc.loganalytics.model.Dependency
-
Packages that use Dependency Package Description com.oracle.bmc.loganalytics.model -
-
Uses of Dependency in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return Dependency Modifier and Type Method Description Dependency
Dependency.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type Dependency Modifier and Type Method Description List<Dependency>
DependentParser. getDependencies()
The list of dependencies of the parser.List<Dependency>
DependentSource. getDependencies()
The list of dependencies defined by the source.Methods in com.oracle.bmc.loganalytics.model with parameters of type Dependency Modifier and Type Method Description Dependency.Builder
Dependency.Builder. copy(Dependency model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type Dependency Modifier and Type Method Description DependentParser.Builder
DependentParser.Builder. dependencies(List<Dependency> dependencies)
The list of dependencies of the parser.DependentSource.Builder
DependentSource.Builder. dependencies(List<Dependency> dependencies)
The list of dependencies defined by the source.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type Dependency Constructor Description DependentParser(String parserName, String parserDisplayName, Long parserId, Boolean isSystem, DependentParser.ParserType parserType, List<Dependency> dependencies)
Deprecated.
-