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.healthchecks
Methods in com.oracle.bmc.healthchecks with parameters of type GetPingMonitorRequest Modifier and Type Method Description GetPingMonitorResponse
HealthChecks. 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)
GetPingMonitorResponse
HealthChecksClient. 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.requests
Methods in com.oracle.bmc.healthchecks.requests that return GetPingMonitorRequest Modifier and Type Method Description GetPingMonitorRequest
GetPingMonitorRequest.Builder. build()
Build the instance of GetPingMonitorRequest as configured by this builderGetPingMonitorRequest
GetPingMonitorRequest.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.Builder
GetPingMonitorRequest.Builder. copy(GetPingMonitorRequest o)
Copy method to populate the builder with values from the given instance.
-