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