Uses of Class
com.oracle.bmc.usageapi.requests.CreateQueryRequest
-
Packages that use CreateQueryRequest Package Description com.oracle.bmc.usageapi com.oracle.bmc.usageapi.requests -
-
Uses of CreateQueryRequest in com.oracle.bmc.usageapi
Methods in com.oracle.bmc.usageapi with parameters of type CreateQueryRequest Modifier and Type Method Description CreateQueryResponse
Usageapi. createQuery(CreateQueryRequest request)
Returns the created query.Future<CreateQueryResponse>
UsageapiAsync. createQuery(CreateQueryRequest request, AsyncHandler<CreateQueryRequest,CreateQueryResponse> handler)
Returns the created query.Future<CreateQueryResponse>
UsageapiAsyncClient. createQuery(CreateQueryRequest request, AsyncHandler<CreateQueryRequest,CreateQueryResponse> handler)
CreateQueryResponse
UsageapiClient. createQuery(CreateQueryRequest request)
Method parameters in com.oracle.bmc.usageapi with type arguments of type CreateQueryRequest 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 CreateQueryRequest in com.oracle.bmc.usageapi.requests
Methods in com.oracle.bmc.usageapi.requests that return CreateQueryRequest Modifier and Type Method Description CreateQueryRequest
CreateQueryRequest.Builder. build()
Build the instance of CreateQueryRequest as configured by this builderCreateQueryRequest
CreateQueryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateQueryRequest as configured by this builderMethods in com.oracle.bmc.usageapi.requests with parameters of type CreateQueryRequest Modifier and Type Method Description CreateQueryRequest.Builder
CreateQueryRequest.Builder. copy(CreateQueryRequest o)
Copy method to populate the builder with values from the given instance.
-