Uses of Class
com.oracle.bmc.apmsynthetics.requests.GetMonitorRequest
-
Packages that use GetMonitorRequest Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.requests -
-
Uses of GetMonitorRequest in com.oracle.bmc.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics with parameters of type GetMonitorRequest Modifier and Type Method Description GetMonitorResponse
ApmSynthetic. getMonitor(GetMonitorRequest request)
Gets the configuration of the monitor identified by the OCID.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)
GetMonitorResponse
ApmSyntheticClient. getMonitor(GetMonitorRequest request)
Method parameters in com.oracle.bmc.apmsynthetics with type arguments of type GetMonitorRequest 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 GetMonitorRequest in com.oracle.bmc.apmsynthetics.requests
Methods in com.oracle.bmc.apmsynthetics.requests that return GetMonitorRequest Modifier and Type Method Description GetMonitorRequest
GetMonitorRequest.Builder. build()
Build the instance of GetMonitorRequest as configured by this builderGetMonitorRequest
GetMonitorRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetMonitorRequest as configured by this builderMethods in com.oracle.bmc.apmsynthetics.requests with parameters of type GetMonitorRequest Modifier and Type Method Description GetMonitorRequest.Builder
GetMonitorRequest.Builder. copy(GetMonitorRequest o)
Copy method to populate the builder with values from the given instance.
-