Uses of Class
com.oracle.bmc.loganalytics.requests.RunRequest
-
Packages that use RunRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of RunRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type RunRequest Modifier and Type Method Description RunResponse
LogAnalytics. run(RunRequest request)
Execute the saved search acceleration task in the foreground.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)
RunResponse
LogAnalyticsClient. run(RunRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type RunRequest 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 RunRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return RunRequest Modifier and Type Method Description RunRequest
RunRequest.Builder. build()
Build the instance of RunRequest as configured by this builderRunRequest
RunRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RunRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type RunRequest Modifier and Type Method Description RunRequest.Builder
RunRequest.Builder. copy(RunRequest o)
Copy method to populate the builder with values from the given instance.
-