Uses of Class
com.oracle.bmc.healthchecks.requests.GetPingMonitorRequest
- 
Packages that use GetPingMonitorRequest Package Description com.oracle.bmc.healthchecks com.oracle.bmc.healthchecks.requests 
- 
- 
Uses of GetPingMonitorRequest in com.oracle.bmc.healthchecksMethods in com.oracle.bmc.healthchecks with parameters of type GetPingMonitorRequest Modifier and Type Method Description GetPingMonitorResponseHealthChecks. getPingMonitor(GetPingMonitorRequest request)Gets the configuration for the specified ping monitor.Future<GetPingMonitorResponse>HealthChecksAsync. getPingMonitor(GetPingMonitorRequest request, AsyncHandler<GetPingMonitorRequest,GetPingMonitorResponse> handler)Gets the configuration for the specified ping monitor.Future<GetPingMonitorResponse>HealthChecksAsyncClient. getPingMonitor(GetPingMonitorRequest request, AsyncHandler<GetPingMonitorRequest,GetPingMonitorResponse> handler)GetPingMonitorResponseHealthChecksClient. getPingMonitor(GetPingMonitorRequest request)Method parameters in com.oracle.bmc.healthchecks with type arguments of type GetPingMonitorRequest Modifier and Type Method Description Future<GetPingMonitorResponse>HealthChecksAsync. getPingMonitor(GetPingMonitorRequest request, AsyncHandler<GetPingMonitorRequest,GetPingMonitorResponse> handler)Gets the configuration for the specified ping monitor.Future<GetPingMonitorResponse>HealthChecksAsyncClient. getPingMonitor(GetPingMonitorRequest request, AsyncHandler<GetPingMonitorRequest,GetPingMonitorResponse> handler)
- 
Uses of GetPingMonitorRequest in com.oracle.bmc.healthchecks.requestsMethods in com.oracle.bmc.healthchecks.requests that return GetPingMonitorRequest Modifier and Type Method Description GetPingMonitorRequestGetPingMonitorRequest.Builder. build()Build the instance of GetPingMonitorRequest as configured by this builderGetPingMonitorRequestGetPingMonitorRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetPingMonitorRequest as configured by this builderMethods in com.oracle.bmc.healthchecks.requests with parameters of type GetPingMonitorRequest Modifier and Type Method Description GetPingMonitorRequest.BuilderGetPingMonitorRequest.Builder. copy(GetPingMonitorRequest o)Copy method to populate the builder with values from the given instance.
 
-