Uses of Class
com.oracle.bmc.loganalytics.responses.RunResponse
-
Packages that use RunResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of RunResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return RunResponse Modifier and Type Method Description RunResponse
LogAnalytics. run(RunRequest request)
Execute the saved search acceleration task in the foreground.RunResponse
LogAnalyticsClient. run(RunRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type RunResponse Modifier and Type Method Description Future<RunResponse>
LogAnalyticsAsync. run(RunRequest request, AsyncHandler<RunRequest,RunResponse> handler)
Execute the saved search acceleration task in the foreground.Future<RunResponse>
LogAnalyticsAsyncClient. run(RunRequest request, AsyncHandler<RunRequest,RunResponse> handler)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type RunResponse Modifier and Type Method Description Future<RunResponse>
LogAnalyticsAsync. run(RunRequest request, AsyncHandler<RunRequest,RunResponse> handler)
Execute the saved search acceleration task in the foreground.Future<RunResponse>
LogAnalyticsAsyncClient. run(RunRequest request, AsyncHandler<RunRequest,RunResponse> handler)
-
Uses of RunResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return RunResponse Modifier and Type Method Description RunResponse
RunResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type RunResponse Modifier and Type Method Description RunResponse.Builder
RunResponse.Builder. copy(RunResponse o)
Copy method to populate the builder with values from the given instance.
-