Package | Description |
---|---|
com.oracle.bmc.loganalytics | |
com.oracle.bmc.loganalytics.responses |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Future<GetQueryResultResponse> |
LogAnalyticsAsyncClient.getQueryResult(GetQueryResultRequest request,
AsyncHandler<GetQueryResultRequest,GetQueryResultResponse> handler) |
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.
|
Modifier and Type | Method and Description |
---|---|
Future<GetQueryResultResponse> |
LogAnalyticsAsyncClient.getQueryResult(GetQueryResultRequest request,
AsyncHandler<GetQueryResultRequest,GetQueryResultResponse> handler) |
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.
|
Modifier and Type | Method and Description |
---|---|
GetQueryResultResponse |
GetQueryResultResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetQueryResultResponse.Builder |
GetQueryResultResponse.Builder.copy(GetQueryResultResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.