Uses of Class
com.oracle.bmc.apmsynthetics.model.UpdateWorkerDetails
-
Packages that use UpdateWorkerDetails Package Description com.oracle.bmc.apmsynthetics.model com.oracle.bmc.apmsynthetics.requests -
-
Uses of UpdateWorkerDetails in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return UpdateWorkerDetails Modifier and Type Method Description UpdateWorkerDetails
UpdateWorkerDetails.Builder. build()
Methods in com.oracle.bmc.apmsynthetics.model with parameters of type UpdateWorkerDetails Modifier and Type Method Description UpdateWorkerDetails.Builder
UpdateWorkerDetails.Builder. copy(UpdateWorkerDetails model)
-
Uses of UpdateWorkerDetails in com.oracle.bmc.apmsynthetics.requests
Methods in com.oracle.bmc.apmsynthetics.requests that return UpdateWorkerDetails Modifier and Type Method Description UpdateWorkerDetails
UpdateWorkerRequest. getBody$()
Alternative accessor for the body parameter.UpdateWorkerDetails
UpdateWorkerRequest. getUpdateWorkerDetails()
The information to be updated.Methods in com.oracle.bmc.apmsynthetics.requests with parameters of type UpdateWorkerDetails Modifier and Type Method Description UpdateWorkerRequest.Builder
UpdateWorkerRequest.Builder. body$(UpdateWorkerDetails body)
Alternative setter for the body parameter.UpdateWorkerRequest.Builder
UpdateWorkerRequest.Builder. updateWorkerDetails(UpdateWorkerDetails updateWorkerDetails)
The information to be updated.
-