Uses of Class
com.oracle.bmc.usageapi.responses.UpdateQueryResponse
-
Packages that use UpdateQueryResponse Package Description com.oracle.bmc.usageapi com.oracle.bmc.usageapi.responses -
-
Uses of UpdateQueryResponse in com.oracle.bmc.usageapi
Methods in com.oracle.bmc.usageapi that return UpdateQueryResponse Modifier and Type Method Description UpdateQueryResponse
Usageapi. updateQuery(UpdateQueryRequest request)
Update a saved query by the OCID.UpdateQueryResponse
UsageapiClient. updateQuery(UpdateQueryRequest request)
Methods in com.oracle.bmc.usageapi that return types with arguments of type UpdateQueryResponse 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)
Method parameters in com.oracle.bmc.usageapi with type arguments of type UpdateQueryResponse 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 UpdateQueryResponse in com.oracle.bmc.usageapi.responses
Methods in com.oracle.bmc.usageapi.responses that return UpdateQueryResponse Modifier and Type Method Description UpdateQueryResponse
UpdateQueryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.usageapi.responses with parameters of type UpdateQueryResponse Modifier and Type Method Description UpdateQueryResponse.Builder
UpdateQueryResponse.Builder. copy(UpdateQueryResponse o)
Copy method to populate the builder with values from the given instance.
-