Uses of Class
com.oracle.bmc.loganalytics.responses.FilterResponse
-
Packages that use FilterResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of FilterResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return FilterResponse Modifier and Type Method Description FilterResponseLogAnalytics. filter(FilterRequest request)Each filter specifies an operator, a field and one or more values to be inserted into the provided query as criteria.FilterResponseLogAnalyticsClient. filter(FilterRequest request)Methods in com.oracle.bmc.loganalytics that return types with arguments of type FilterResponse Modifier and Type Method Description Future<FilterResponse>LogAnalyticsAsync. filter(FilterRequest request, AsyncHandler<FilterRequest,FilterResponse> handler)Each filter specifies an operator, a field and one or more values to be inserted into the provided query as criteria.Future<FilterResponse>LogAnalyticsAsyncClient. filter(FilterRequest request, AsyncHandler<FilterRequest,FilterResponse> handler)Method parameters in com.oracle.bmc.loganalytics with type arguments of type FilterResponse Modifier and Type Method Description Future<FilterResponse>LogAnalyticsAsync. filter(FilterRequest request, AsyncHandler<FilterRequest,FilterResponse> handler)Each filter specifies an operator, a field and one or more values to be inserted into the provided query as criteria.Future<FilterResponse>LogAnalyticsAsyncClient. filter(FilterRequest request, AsyncHandler<FilterRequest,FilterResponse> handler) -
Uses of FilterResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return FilterResponse Modifier and Type Method Description FilterResponseFilterResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type FilterResponse Modifier and Type Method Description FilterResponse.BuilderFilterResponse.Builder. copy(FilterResponse o)Copy method to populate the builder with values from the given instance.
-