Uses of Class
com.oracle.bmc.apmsynthetics.requests.UpdateWorkerRequest
-
Packages that use UpdateWorkerRequest Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.requests -
-
Uses of UpdateWorkerRequest in com.oracle.bmc.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics with parameters of type UpdateWorkerRequest Modifier and Type Method Description UpdateWorkerResponse
ApmSynthetic. updateWorker(UpdateWorkerRequest request)
Updates the worker.Future<UpdateWorkerResponse>
ApmSyntheticAsync. updateWorker(UpdateWorkerRequest request, AsyncHandler<UpdateWorkerRequest,UpdateWorkerResponse> handler)
Updates the worker.Future<UpdateWorkerResponse>
ApmSyntheticAsyncClient. updateWorker(UpdateWorkerRequest request, AsyncHandler<UpdateWorkerRequest,UpdateWorkerResponse> handler)
UpdateWorkerResponse
ApmSyntheticClient. updateWorker(UpdateWorkerRequest request)
Method parameters in com.oracle.bmc.apmsynthetics with type arguments of type UpdateWorkerRequest 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 UpdateWorkerRequest in com.oracle.bmc.apmsynthetics.requests
Methods in com.oracle.bmc.apmsynthetics.requests that return UpdateWorkerRequest Modifier and Type Method Description UpdateWorkerRequest
UpdateWorkerRequest.Builder. build()
Build the instance of UpdateWorkerRequest as configured by this builderUpdateWorkerRequest
UpdateWorkerRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateWorkerRequest as configured by this builderMethods in com.oracle.bmc.apmsynthetics.requests with parameters of type UpdateWorkerRequest Modifier and Type Method Description UpdateWorkerRequest.Builder
UpdateWorkerRequest.Builder. copy(UpdateWorkerRequest o)
Copy method to populate the builder with values from the given instance.
-