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