Uses of Class
com.oracle.bmc.apmsynthetics.requests.DeleteScriptRequest
-
Packages that use DeleteScriptRequest Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.requests -
-
Uses of DeleteScriptRequest in com.oracle.bmc.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics with parameters of type DeleteScriptRequest Modifier and Type Method Description DeleteScriptResponse
ApmSynthetic. deleteScript(DeleteScriptRequest request)
Deletes the specified script.Future<DeleteScriptResponse>
ApmSyntheticAsync. deleteScript(DeleteScriptRequest request, AsyncHandler<DeleteScriptRequest,DeleteScriptResponse> handler)
Deletes the specified script.Future<DeleteScriptResponse>
ApmSyntheticAsyncClient. deleteScript(DeleteScriptRequest request, AsyncHandler<DeleteScriptRequest,DeleteScriptResponse> handler)
DeleteScriptResponse
ApmSyntheticClient. deleteScript(DeleteScriptRequest request)
Method parameters in com.oracle.bmc.apmsynthetics with type arguments of type DeleteScriptRequest 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 DeleteScriptRequest in com.oracle.bmc.apmsynthetics.requests
Methods in com.oracle.bmc.apmsynthetics.requests that return DeleteScriptRequest Modifier and Type Method Description DeleteScriptRequest
DeleteScriptRequest.Builder. build()
Build the instance of DeleteScriptRequest as configured by this builderDeleteScriptRequest
DeleteScriptRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteScriptRequest as configured by this builderMethods in com.oracle.bmc.apmsynthetics.requests with parameters of type DeleteScriptRequest Modifier and Type Method Description DeleteScriptRequest.Builder
DeleteScriptRequest.Builder. copy(DeleteScriptRequest o)
Copy method to populate the builder with values from the given instance.
-