Uses of Class
com.oracle.bmc.apmtraces.responses.QueryResponse
-
Packages that use QueryResponse Package Description com.oracle.bmc.apmtraces com.oracle.bmc.apmtraces.responses -
-
Uses of QueryResponse in com.oracle.bmc.apmtraces
Methods in com.oracle.bmc.apmtraces that return QueryResponse Modifier and Type Method Description QueryResponse
Query. query(QueryRequest request)
Retrieves the results (selected attributes and aggregations) of a query constructed according to the Application Performance Monitoring Defined Query Syntax.QueryResponse
QueryClient. query(QueryRequest request)
Methods in com.oracle.bmc.apmtraces that return types with arguments of type QueryResponse Modifier and Type Method Description Future<QueryResponse>
QueryAsync. query(QueryRequest request, AsyncHandler<QueryRequest,QueryResponse> handler)
Retrieves the results (selected attributes and aggregations) of a query constructed according to the Application Performance Monitoring Defined Query Syntax.Future<QueryResponse>
QueryAsyncClient. query(QueryRequest request, AsyncHandler<QueryRequest,QueryResponse> handler)
Method parameters in com.oracle.bmc.apmtraces with type arguments of type QueryResponse Modifier and Type Method Description Future<QueryResponse>
QueryAsync. query(QueryRequest request, AsyncHandler<QueryRequest,QueryResponse> handler)
Retrieves the results (selected attributes and aggregations) of a query constructed according to the Application Performance Monitoring Defined Query Syntax.Future<QueryResponse>
QueryAsyncClient. query(QueryRequest request, AsyncHandler<QueryRequest,QueryResponse> handler)
-
Uses of QueryResponse in com.oracle.bmc.apmtraces.responses
Methods in com.oracle.bmc.apmtraces.responses that return QueryResponse Modifier and Type Method Description QueryResponse
QueryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apmtraces.responses with parameters of type QueryResponse Modifier and Type Method Description QueryResponse.Builder
QueryResponse.Builder. copy(QueryResponse o)
Copy method to populate the builder with values from the given instance.
-