Uses of Class
com.oracle.bmc.loganalytics.requests.GetQueryResultRequest
-
Packages that use GetQueryResultRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of GetQueryResultRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type GetQueryResultRequest Modifier and Type Method Description GetQueryResultResponse
LogAnalytics. getQueryResult(GetQueryResultRequest request)
Returns the intermediate results for a query that was specified to run asynchronously if the query has not completed, otherwise the final query results identified by a queryWorkRequestId returned when submitting the query execute asynchronously.Future<GetQueryResultResponse>
LogAnalyticsAsync. getQueryResult(GetQueryResultRequest request, AsyncHandler<GetQueryResultRequest,GetQueryResultResponse> handler)
Returns the intermediate results for a query that was specified to run asynchronously if the query has not completed, otherwise the final query results identified by a queryWorkRequestId returned when submitting the query execute asynchronously.Future<GetQueryResultResponse>
LogAnalyticsAsyncClient. getQueryResult(GetQueryResultRequest request, AsyncHandler<GetQueryResultRequest,GetQueryResultResponse> handler)
GetQueryResultResponse
LogAnalyticsClient. getQueryResult(GetQueryResultRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type GetQueryResultRequest Modifier and Type Method Description Future<GetQueryResultResponse>
LogAnalyticsAsync. getQueryResult(GetQueryResultRequest request, AsyncHandler<GetQueryResultRequest,GetQueryResultResponse> handler)
Returns the intermediate results for a query that was specified to run asynchronously if the query has not completed, otherwise the final query results identified by a queryWorkRequestId returned when submitting the query execute asynchronously.Future<GetQueryResultResponse>
LogAnalyticsAsyncClient. getQueryResult(GetQueryResultRequest request, AsyncHandler<GetQueryResultRequest,GetQueryResultResponse> handler)
-
Uses of GetQueryResultRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return GetQueryResultRequest Modifier and Type Method Description GetQueryResultRequest
GetQueryResultRequest.Builder. build()
Build the instance of GetQueryResultRequest as configured by this builderGetQueryResultRequest
GetQueryResultRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetQueryResultRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type GetQueryResultRequest Modifier and Type Method Description GetQueryResultRequest.Builder
GetQueryResultRequest.Builder. copy(GetQueryResultRequest o)
Copy method to populate the builder with values from the given instance.
-