Uses of Class
com.oracle.bmc.apmsynthetics.responses.UpdateWorkerResponse
-
Packages that use UpdateWorkerResponse Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.responses -
-
Uses of UpdateWorkerResponse in com.oracle.bmc.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics that return UpdateWorkerResponse Modifier and Type Method Description UpdateWorkerResponse
ApmSynthetic. updateWorker(UpdateWorkerRequest request)
Updates the worker.UpdateWorkerResponse
ApmSyntheticClient. updateWorker(UpdateWorkerRequest request)
Methods in com.oracle.bmc.apmsynthetics that return types with arguments of type UpdateWorkerResponse Modifier and Type Method Description Future<UpdateWorkerResponse>
ApmSyntheticAsync. updateWorker(UpdateWorkerRequest request, AsyncHandler<UpdateWorkerRequest,UpdateWorkerResponse> handler)
Updates the worker.Future<UpdateWorkerResponse>
ApmSyntheticAsyncClient. updateWorker(UpdateWorkerRequest request, AsyncHandler<UpdateWorkerRequest,UpdateWorkerResponse> handler)
Method parameters in com.oracle.bmc.apmsynthetics with type arguments of type UpdateWorkerResponse Modifier and Type Method Description Future<UpdateWorkerResponse>
ApmSyntheticAsync. updateWorker(UpdateWorkerRequest request, AsyncHandler<UpdateWorkerRequest,UpdateWorkerResponse> handler)
Updates the worker.Future<UpdateWorkerResponse>
ApmSyntheticAsyncClient. updateWorker(UpdateWorkerRequest request, AsyncHandler<UpdateWorkerRequest,UpdateWorkerResponse> handler)
-
Uses of UpdateWorkerResponse in com.oracle.bmc.apmsynthetics.responses
Methods in com.oracle.bmc.apmsynthetics.responses that return UpdateWorkerResponse Modifier and Type Method Description UpdateWorkerResponse
UpdateWorkerResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apmsynthetics.responses with parameters of type UpdateWorkerResponse Modifier and Type Method Description UpdateWorkerResponse.Builder
UpdateWorkerResponse.Builder. copy(UpdateWorkerResponse o)
Copy method to populate the builder with values from the given instance.
-