Uses of Class
com.oracle.bmc.loganalytics.responses.GetQueryResultResponse
-
Packages that use GetQueryResultResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of GetQueryResultResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return GetQueryResultResponse 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.GetQueryResultResponse
LogAnalyticsClient. getQueryResult(GetQueryResultRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type GetQueryResultResponse 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)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type GetQueryResultResponse 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 GetQueryResultResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return GetQueryResultResponse Modifier and Type Method Description GetQueryResultResponse
GetQueryResultResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type GetQueryResultResponse Modifier and Type Method Description GetQueryResultResponse.Builder
GetQueryResultResponse.Builder. copy(GetQueryResultResponse o)
Copy method to populate the builder with values from the given instance.
-