| Package | Description |
|---|---|
| com.oracle.bmc.loganalytics | |
| com.oracle.bmc.loganalytics.requests |
| Modifier and Type | Method and Description |
|---|---|
GetQueryResultResponse |
LogAnalyticsClient.getQueryResult(GetQueryResultRequest request) |
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,
com.oracle.bmc.responses.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,
com.oracle.bmc.responses.AsyncHandler<GetQueryResultRequest,GetQueryResultResponse> handler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetQueryResultResponse> |
LogAnalyticsAsync.getQueryResult(GetQueryResultRequest request,
com.oracle.bmc.responses.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,
com.oracle.bmc.responses.AsyncHandler<GetQueryResultRequest,GetQueryResultResponse> handler) |
| Modifier and Type | Method and Description |
|---|---|
GetQueryResultRequest |
GetQueryResultRequest.Builder.build()
Build the instance of GetQueryResultRequest as configured by this builder
|
GetQueryResultRequest |
GetQueryResultRequest.Builder.buildWithoutInvocationCallback() |
| Modifier and Type | Method and Description |
|---|---|
GetQueryResultRequest.Builder |
GetQueryResultRequest.Builder.copy(GetQueryResultRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2021. All rights reserved.