Uses of Class
com.oracle.bmc.loganalytics.model.Indexes
-
Packages that use Indexes Package Description com.oracle.bmc.loganalytics.model -
-
Uses of Indexes in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return Indexes Modifier and Type Method Description Indexes
Indexes.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type Indexes Modifier and Type Method Description List<Indexes>
Violation. getIndexes()
The indices associated with regular expression violations.Methods in com.oracle.bmc.loganalytics.model with parameters of type Indexes Modifier and Type Method Description Indexes.Builder
Indexes.Builder. copy(Indexes model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type Indexes Modifier and Type Method Description Violation.Builder
Violation.Builder. indexes(List<Indexes> indexes)
The indices associated with regular expression violations.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type Indexes Constructor Description Violation(List<Indexes> indexes, String ruleDescription, String ruleName, String ruleRemediation, Violation.RuleType ruleType)
Deprecated.
-