Uses of Class
com.oracle.bmc.apmsynthetics.requests.GetScriptRequest
-
Packages that use GetScriptRequest Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.requests -
-
Uses of GetScriptRequest in com.oracle.bmc.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics with parameters of type GetScriptRequest Modifier and Type Method Description GetScriptResponse
ApmSynthetic. getScript(GetScriptRequest request)
Gets the configuration of the script identified by the OCID.Future<GetScriptResponse>
ApmSyntheticAsync. getScript(GetScriptRequest request, AsyncHandler<GetScriptRequest,GetScriptResponse> handler)
Gets the configuration of the script identified by the OCID.Future<GetScriptResponse>
ApmSyntheticAsyncClient. getScript(GetScriptRequest request, AsyncHandler<GetScriptRequest,GetScriptResponse> handler)
GetScriptResponse
ApmSyntheticClient. getScript(GetScriptRequest request)
Method parameters in com.oracle.bmc.apmsynthetics with type arguments of type GetScriptRequest Modifier and Type Method Description Future<GetScriptResponse>
ApmSyntheticAsync. getScript(GetScriptRequest request, AsyncHandler<GetScriptRequest,GetScriptResponse> handler)
Gets the configuration of the script identified by the OCID.Future<GetScriptResponse>
ApmSyntheticAsyncClient. getScript(GetScriptRequest request, AsyncHandler<GetScriptRequest,GetScriptResponse> handler)
-
Uses of GetScriptRequest in com.oracle.bmc.apmsynthetics.requests
Methods in com.oracle.bmc.apmsynthetics.requests that return GetScriptRequest Modifier and Type Method Description GetScriptRequest
GetScriptRequest.Builder. build()
Build the instance of GetScriptRequest as configured by this builderGetScriptRequest
GetScriptRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetScriptRequest as configured by this builderMethods in com.oracle.bmc.apmsynthetics.requests with parameters of type GetScriptRequest Modifier and Type Method Description GetScriptRequest.Builder
GetScriptRequest.Builder. copy(GetScriptRequest o)
Copy method to populate the builder with values from the given instance.
-