Uses of Class
com.oracle.bmc.apmsynthetics.responses.UpdateScriptResponse
-
Packages that use UpdateScriptResponse Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.responses -
-
Uses of UpdateScriptResponse in com.oracle.bmc.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics that return UpdateScriptResponse Modifier and Type Method Description UpdateScriptResponse
ApmSynthetic. updateScript(UpdateScriptRequest request)
Updates the script.UpdateScriptResponse
ApmSyntheticClient. updateScript(UpdateScriptRequest request)
Methods in com.oracle.bmc.apmsynthetics that return types with arguments of type UpdateScriptResponse 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)
Method parameters in com.oracle.bmc.apmsynthetics with type arguments of type UpdateScriptResponse 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 UpdateScriptResponse in com.oracle.bmc.apmsynthetics.responses
Methods in com.oracle.bmc.apmsynthetics.responses that return UpdateScriptResponse Modifier and Type Method Description UpdateScriptResponse
UpdateScriptResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apmsynthetics.responses with parameters of type UpdateScriptResponse Modifier and Type Method Description UpdateScriptResponse.Builder
UpdateScriptResponse.Builder. copy(UpdateScriptResponse o)
Copy method to populate the builder with values from the given instance.
-