Uses of Class
com.oracle.bmc.loganalytics.requests.ParseQueryRequest
-
Packages that use ParseQueryRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of ParseQueryRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type ParseQueryRequest Modifier and Type Method Description ParseQueryResponse
LogAnalytics. parseQuery(ParseQueryRequest request)
Describe queryFuture<ParseQueryResponse>
LogAnalyticsAsync. parseQuery(ParseQueryRequest request, AsyncHandler<ParseQueryRequest,ParseQueryResponse> handler)
Describe queryFuture<ParseQueryResponse>
LogAnalyticsAsyncClient. parseQuery(ParseQueryRequest request, AsyncHandler<ParseQueryRequest,ParseQueryResponse> handler)
ParseQueryResponse
LogAnalyticsClient. parseQuery(ParseQueryRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type ParseQueryRequest 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 ParseQueryRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ParseQueryRequest Modifier and Type Method Description ParseQueryRequest
ParseQueryRequest.Builder. build()
Build the instance of ParseQueryRequest as configured by this builderParseQueryRequest
ParseQueryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ParseQueryRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type ParseQueryRequest Modifier and Type Method Description ParseQueryRequest.Builder
ParseQueryRequest.Builder. copy(ParseQueryRequest o)
Copy method to populate the builder with values from the given instance.
-