Uses of Class
com.oracle.bmc.apmsynthetics.requests.UpdateScriptRequest
- 
Packages that use UpdateScriptRequest Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.requests 
- 
- 
Uses of UpdateScriptRequest in com.oracle.bmc.apmsyntheticsMethods in com.oracle.bmc.apmsynthetics with parameters of type UpdateScriptRequest Modifier and Type Method Description UpdateScriptResponseApmSynthetic. updateScript(UpdateScriptRequest request)Updates the script.Future<UpdateScriptResponse>ApmSyntheticAsync. updateScript(UpdateScriptRequest request, AsyncHandler<UpdateScriptRequest,UpdateScriptResponse> handler)Updates the script.Future<UpdateScriptResponse>ApmSyntheticAsyncClient. updateScript(UpdateScriptRequest request, AsyncHandler<UpdateScriptRequest,UpdateScriptResponse> handler)UpdateScriptResponseApmSyntheticClient. updateScript(UpdateScriptRequest request)Method parameters in com.oracle.bmc.apmsynthetics with type arguments of type UpdateScriptRequest Modifier and Type Method Description Future<UpdateScriptResponse>ApmSyntheticAsync. updateScript(UpdateScriptRequest request, AsyncHandler<UpdateScriptRequest,UpdateScriptResponse> handler)Updates the script.Future<UpdateScriptResponse>ApmSyntheticAsyncClient. updateScript(UpdateScriptRequest request, AsyncHandler<UpdateScriptRequest,UpdateScriptResponse> handler)
- 
Uses of UpdateScriptRequest in com.oracle.bmc.apmsynthetics.requestsMethods in com.oracle.bmc.apmsynthetics.requests that return UpdateScriptRequest Modifier and Type Method Description UpdateScriptRequestUpdateScriptRequest.Builder. build()Build the instance of UpdateScriptRequest as configured by this builderUpdateScriptRequestUpdateScriptRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateScriptRequest as configured by this builderMethods in com.oracle.bmc.apmsynthetics.requests with parameters of type UpdateScriptRequest Modifier and Type Method Description UpdateScriptRequest.BuilderUpdateScriptRequest.Builder. copy(UpdateScriptRequest o)Copy method to populate the builder with values from the given instance.
 
-