Uses of Class
com.oracle.bmc.apmsynthetics.responses.DeleteScriptResponse
-
Packages that use DeleteScriptResponse Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.responses -
-
Uses of DeleteScriptResponse in com.oracle.bmc.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics that return DeleteScriptResponse Modifier and Type Method Description DeleteScriptResponse
ApmSynthetic. deleteScript(DeleteScriptRequest request)
Deletes the specified script.DeleteScriptResponse
ApmSyntheticClient. deleteScript(DeleteScriptRequest request)
Methods in com.oracle.bmc.apmsynthetics that return types with arguments of type DeleteScriptResponse Modifier and Type Method Description Future<DeleteScriptResponse>
ApmSyntheticAsync. deleteScript(DeleteScriptRequest request, AsyncHandler<DeleteScriptRequest,DeleteScriptResponse> handler)
Deletes the specified script.Future<DeleteScriptResponse>
ApmSyntheticAsyncClient. deleteScript(DeleteScriptRequest request, AsyncHandler<DeleteScriptRequest,DeleteScriptResponse> handler)
Method parameters in com.oracle.bmc.apmsynthetics with type arguments of type DeleteScriptResponse Modifier and Type Method Description Future<DeleteScriptResponse>
ApmSyntheticAsync. deleteScript(DeleteScriptRequest request, AsyncHandler<DeleteScriptRequest,DeleteScriptResponse> handler)
Deletes the specified script.Future<DeleteScriptResponse>
ApmSyntheticAsyncClient. deleteScript(DeleteScriptRequest request, AsyncHandler<DeleteScriptRequest,DeleteScriptResponse> handler)
-
Uses of DeleteScriptResponse in com.oracle.bmc.apmsynthetics.responses
Methods in com.oracle.bmc.apmsynthetics.responses that return DeleteScriptResponse Modifier and Type Method Description DeleteScriptResponse
DeleteScriptResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apmsynthetics.responses with parameters of type DeleteScriptResponse Modifier and Type Method Description DeleteScriptResponse.Builder
DeleteScriptResponse.Builder. copy(DeleteScriptResponse o)
Copy method to populate the builder with values from the given instance.
-