Uses of Class
com.oracle.bmc.loganalytics.responses.ParseQueryResponse
-
Packages that use ParseQueryResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of ParseQueryResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return ParseQueryResponse Modifier and Type Method Description ParseQueryResponse
LogAnalytics. parseQuery(ParseQueryRequest request)
Describe queryParseQueryResponse
LogAnalyticsClient. parseQuery(ParseQueryRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type ParseQueryResponse Modifier and Type Method Description Future<ParseQueryResponse>
LogAnalyticsAsync. parseQuery(ParseQueryRequest request, AsyncHandler<ParseQueryRequest,ParseQueryResponse> handler)
Describe queryFuture<ParseQueryResponse>
LogAnalyticsAsyncClient. parseQuery(ParseQueryRequest request, AsyncHandler<ParseQueryRequest,ParseQueryResponse> handler)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type ParseQueryResponse Modifier and Type Method Description Future<ParseQueryResponse>
LogAnalyticsAsync. parseQuery(ParseQueryRequest request, AsyncHandler<ParseQueryRequest,ParseQueryResponse> handler)
Describe queryFuture<ParseQueryResponse>
LogAnalyticsAsyncClient. parseQuery(ParseQueryRequest request, AsyncHandler<ParseQueryRequest,ParseQueryResponse> handler)
-
Uses of ParseQueryResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return ParseQueryResponse Modifier and Type Method Description ParseQueryResponse
ParseQueryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type ParseQueryResponse Modifier and Type Method Description ParseQueryResponse.Builder
ParseQueryResponse.Builder. copy(ParseQueryResponse o)
Copy method to populate the builder with values from the given instance.
-