Uses of Class
com.oracle.bmc.loganalytics.model.ScopeFilter
-
Packages that use ScopeFilter Package Description com.oracle.bmc.loganalytics.model -
-
Uses of ScopeFilter in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return ScopeFilter Modifier and Type Method Description ScopeFilterScopeFilter.Builder. build()Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type ScopeFilter Modifier and Type Method Description List<ScopeFilter>ExportDetails. getScopeFilters()List of filters to be applied when the query executes.List<ScopeFilter>QueryDetails. getScopeFilters()List of filters to be applied when the query executes.List<ScopeFilter>QueryWorkRequest. getScopeFilters()List of filters applied when the query executed.Methods in com.oracle.bmc.loganalytics.model with parameters of type ScopeFilter Modifier and Type Method Description ScopeFilter.BuilderScopeFilter.Builder. copy(ScopeFilter model)Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type ScopeFilter Modifier and Type Method Description ExportDetails.BuilderExportDetails.Builder. scopeFilters(List<ScopeFilter> scopeFilters)List of filters to be applied when the query executes.QueryDetails.BuilderQueryDetails.Builder. scopeFilters(List<ScopeFilter> scopeFilters)List of filters to be applied when the query executes.QueryWorkRequest.BuilderQueryWorkRequest.Builder. scopeFilters(List<ScopeFilter> scopeFilters)List of filters applied when the query executed.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type ScopeFilter Constructor Description ExportDetails(String compartmentId, Boolean compartmentIdInSubtree, String queryString, SubSystemName subSystem, List<ScopeFilter> scopeFilters, Integer maxTotalCount, TimeRange timeFilter, Integer queryTimeoutInSeconds, Boolean shouldIncludeColumns, ExportDetails.OutputFormat outputFormat, Boolean shouldLocalize, Boolean shouldUseAcceleration)Deprecated.QueryDetails(String compartmentId, Boolean compartmentIdInSubtree, String savedSearchId, String queryString, SubSystemName subSystem, Integer maxTotalCount, TimeRange timeFilter, List<ScopeFilter> scopeFilters, Integer queryTimeoutInSeconds, Boolean shouldRunAsync, JobMode asyncMode, Boolean shouldIncludeTotalCount, Boolean shouldIncludeColumns, Boolean shouldIncludeFields, Boolean shouldUseAcceleration)Deprecated.QueryWorkRequest(String id, String compartmentId, Date timeStarted, Date timeAccepted, Date timeFinished, Date timeExpires, Integer percentComplete, WorkRequestStatus status, QueryOperationType operationType, JobMode mode, Date timeBackgroundAt, TimeRange timeFilter, List<ScopeFilter> scopeFilters, SubSystemName subSystem, String displayQueryString, String internalQueryString)Deprecated.
-