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.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics with parameters of type UpdateScriptRequest Modifier and Type Method Description UpdateScriptResponse
ApmSynthetic. 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)
UpdateScriptResponse
ApmSyntheticClient. 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.requests
Methods in com.oracle.bmc.apmsynthetics.requests that return UpdateScriptRequest Modifier and Type Method Description UpdateScriptRequest
UpdateScriptRequest.Builder. build()
Build the instance of UpdateScriptRequest as configured by this builderUpdateScriptRequest
UpdateScriptRequest.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.Builder
UpdateScriptRequest.Builder. copy(UpdateScriptRequest o)
Copy method to populate the builder with values from the given instance.
-