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