Uses of Class
com.oracle.bmc.usageapi.responses.CreateQueryResponse
-
Packages that use CreateQueryResponse Package Description com.oracle.bmc.usageapi com.oracle.bmc.usageapi.responses -
-
Uses of CreateQueryResponse in com.oracle.bmc.usageapi
Methods in com.oracle.bmc.usageapi that return CreateQueryResponse Modifier and Type Method Description CreateQueryResponse
Usageapi. createQuery(CreateQueryRequest request)
Returns the created query.CreateQueryResponse
UsageapiClient. createQuery(CreateQueryRequest request)
Methods in com.oracle.bmc.usageapi that return types with arguments of type CreateQueryResponse Modifier and Type Method Description Future<CreateQueryResponse>
UsageapiAsync. createQuery(CreateQueryRequest request, AsyncHandler<CreateQueryRequest,CreateQueryResponse> handler)
Returns the created query.Future<CreateQueryResponse>
UsageapiAsyncClient. createQuery(CreateQueryRequest request, AsyncHandler<CreateQueryRequest,CreateQueryResponse> handler)
Method parameters in com.oracle.bmc.usageapi with type arguments of type CreateQueryResponse Modifier and Type Method Description Future<CreateQueryResponse>
UsageapiAsync. createQuery(CreateQueryRequest request, AsyncHandler<CreateQueryRequest,CreateQueryResponse> handler)
Returns the created query.Future<CreateQueryResponse>
UsageapiAsyncClient. createQuery(CreateQueryRequest request, AsyncHandler<CreateQueryRequest,CreateQueryResponse> handler)
-
Uses of CreateQueryResponse in com.oracle.bmc.usageapi.responses
Methods in com.oracle.bmc.usageapi.responses that return CreateQueryResponse Modifier and Type Method Description CreateQueryResponse
CreateQueryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.usageapi.responses with parameters of type CreateQueryResponse Modifier and Type Method Description CreateQueryResponse.Builder
CreateQueryResponse.Builder. copy(CreateQueryResponse o)
Copy method to populate the builder with values from the given instance.
-