Uses of Class
com.oracle.bmc.usageapi.requests.UpdateQueryRequest
-
Packages that use UpdateQueryRequest Package Description com.oracle.bmc.usageapi com.oracle.bmc.usageapi.requests -
-
Uses of UpdateQueryRequest in com.oracle.bmc.usageapi
Methods in com.oracle.bmc.usageapi with parameters of type UpdateQueryRequest Modifier and Type Method Description UpdateQueryResponse
Usageapi. updateQuery(UpdateQueryRequest request)
Update a saved query by the OCID.Future<UpdateQueryResponse>
UsageapiAsync. updateQuery(UpdateQueryRequest request, AsyncHandler<UpdateQueryRequest,UpdateQueryResponse> handler)
Update a saved query by the OCID.Future<UpdateQueryResponse>
UsageapiAsyncClient. updateQuery(UpdateQueryRequest request, AsyncHandler<UpdateQueryRequest,UpdateQueryResponse> handler)
UpdateQueryResponse
UsageapiClient. updateQuery(UpdateQueryRequest request)
Method parameters in com.oracle.bmc.usageapi with type arguments of type UpdateQueryRequest Modifier and Type Method Description Future<UpdateQueryResponse>
UsageapiAsync. updateQuery(UpdateQueryRequest request, AsyncHandler<UpdateQueryRequest,UpdateQueryResponse> handler)
Update a saved query by the OCID.Future<UpdateQueryResponse>
UsageapiAsyncClient. updateQuery(UpdateQueryRequest request, AsyncHandler<UpdateQueryRequest,UpdateQueryResponse> handler)
-
Uses of UpdateQueryRequest in com.oracle.bmc.usageapi.requests
Methods in com.oracle.bmc.usageapi.requests that return UpdateQueryRequest Modifier and Type Method Description UpdateQueryRequest
UpdateQueryRequest.Builder. build()
Build the instance of UpdateQueryRequest as configured by this builderUpdateQueryRequest
UpdateQueryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateQueryRequest as configured by this builderMethods in com.oracle.bmc.usageapi.requests with parameters of type UpdateQueryRequest Modifier and Type Method Description UpdateQueryRequest.Builder
UpdateQueryRequest.Builder. copy(UpdateQueryRequest o)
Copy method to populate the builder with values from the given instance.
-