Uses of Class
com.oracle.bmc.loganalytics.model.Filter
-
Packages that use Filter Package Description com.oracle.bmc.loganalytics.model -
-
Uses of Filter in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return Filter Modifier and Type Method Description FilterFilter.Builder. build()Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type Filter Modifier and Type Method Description List<Filter>FilterDetails. getFilters()List of edit operations to be applied in the specified order to the specified queryString.Methods in com.oracle.bmc.loganalytics.model with parameters of type Filter Modifier and Type Method Description Filter.BuilderFilter.Builder. copy(Filter model)Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type Filter Modifier and Type Method Description FilterDetails.BuilderFilterDetails.Builder. filters(List<Filter> filters)List of edit operations to be applied in the specified order to the specified queryString.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type Filter Constructor Description FilterDetails(String queryString, SubSystemName subSystem, List<Filter> filters)Deprecated.
-