Uses of Class
com.oracle.bmc.apmsynthetics.responses.GetMonitorResponse
-
Packages that use GetMonitorResponse Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.responses -
-
Uses of GetMonitorResponse in com.oracle.bmc.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics that return GetMonitorResponse Modifier and Type Method Description GetMonitorResponse
ApmSynthetic. getMonitor(GetMonitorRequest request)
Gets the configuration of the monitor identified by the OCID.GetMonitorResponse
ApmSyntheticClient. getMonitor(GetMonitorRequest request)
Methods in com.oracle.bmc.apmsynthetics that return types with arguments of type GetMonitorResponse Modifier and Type Method Description Future<GetMonitorResponse>
ApmSyntheticAsync. getMonitor(GetMonitorRequest request, AsyncHandler<GetMonitorRequest,GetMonitorResponse> handler)
Gets the configuration of the monitor identified by the OCID.Future<GetMonitorResponse>
ApmSyntheticAsyncClient. getMonitor(GetMonitorRequest request, AsyncHandler<GetMonitorRequest,GetMonitorResponse> handler)
Method parameters in com.oracle.bmc.apmsynthetics with type arguments of type GetMonitorResponse Modifier and Type Method Description Future<GetMonitorResponse>
ApmSyntheticAsync. getMonitor(GetMonitorRequest request, AsyncHandler<GetMonitorRequest,GetMonitorResponse> handler)
Gets the configuration of the monitor identified by the OCID.Future<GetMonitorResponse>
ApmSyntheticAsyncClient. getMonitor(GetMonitorRequest request, AsyncHandler<GetMonitorRequest,GetMonitorResponse> handler)
-
Uses of GetMonitorResponse in com.oracle.bmc.apmsynthetics.responses
Methods in com.oracle.bmc.apmsynthetics.responses that return GetMonitorResponse Modifier and Type Method Description GetMonitorResponse
GetMonitorResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apmsynthetics.responses with parameters of type GetMonitorResponse Modifier and Type Method Description GetMonitorResponse.Builder
GetMonitorResponse.Builder. copy(GetMonitorResponse o)
Copy method to populate the builder with values from the given instance.
-