Uses of Class
com.oracle.bmc.apmsynthetics.responses.GetScriptResponse
-
Packages that use GetScriptResponse Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.responses -
-
Uses of GetScriptResponse in com.oracle.bmc.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics that return GetScriptResponse Modifier and Type Method Description GetScriptResponse
ApmSynthetic. getScript(GetScriptRequest request)
Gets the configuration of the script identified by the OCID.GetScriptResponse
ApmSyntheticClient. getScript(GetScriptRequest request)
Methods in com.oracle.bmc.apmsynthetics that return types with arguments of type GetScriptResponse 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)
Method parameters in com.oracle.bmc.apmsynthetics with type arguments of type GetScriptResponse 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 GetScriptResponse in com.oracle.bmc.apmsynthetics.responses
Methods in com.oracle.bmc.apmsynthetics.responses that return GetScriptResponse Modifier and Type Method Description GetScriptResponse
GetScriptResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apmsynthetics.responses with parameters of type GetScriptResponse Modifier and Type Method Description GetScriptResponse.Builder
GetScriptResponse.Builder. copy(GetScriptResponse o)
Copy method to populate the builder with values from the given instance.
-