Uses of Class
com.oracle.bmc.healthchecks.responses.GetPingMonitorResponse
-
Packages that use GetPingMonitorResponse Package Description com.oracle.bmc.healthchecks com.oracle.bmc.healthchecks.responses -
-
Uses of GetPingMonitorResponse in com.oracle.bmc.healthchecks
Methods in com.oracle.bmc.healthchecks that return GetPingMonitorResponse Modifier and Type Method Description GetPingMonitorResponse
HealthChecks. getPingMonitor(GetPingMonitorRequest request)
Gets the configuration for the specified ping monitor.GetPingMonitorResponse
HealthChecksClient. getPingMonitor(GetPingMonitorRequest request)
Methods in com.oracle.bmc.healthchecks that return types with arguments of type GetPingMonitorResponse 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)
Method parameters in com.oracle.bmc.healthchecks with type arguments of type GetPingMonitorResponse 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 GetPingMonitorResponse in com.oracle.bmc.healthchecks.responses
Methods in com.oracle.bmc.healthchecks.responses that return GetPingMonitorResponse Modifier and Type Method Description GetPingMonitorResponse
GetPingMonitorResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.healthchecks.responses with parameters of type GetPingMonitorResponse Modifier and Type Method Description GetPingMonitorResponse.Builder
GetPingMonitorResponse.Builder. copy(GetPingMonitorResponse o)
Copy method to populate the builder with values from the given instance.
-