Uses of Class
com.oracle.bmc.healthchecks.requests.GetHttpMonitorRequest
- 
Packages that use GetHttpMonitorRequest Package Description com.oracle.bmc.healthchecks com.oracle.bmc.healthchecks.requests 
- 
- 
Uses of GetHttpMonitorRequest in com.oracle.bmc.healthchecksMethods in com.oracle.bmc.healthchecks with parameters of type GetHttpMonitorRequest Modifier and Type Method Description GetHttpMonitorResponseHealthChecks. getHttpMonitor(GetHttpMonitorRequest request)Gets the configuration for the specified monitor.Future<GetHttpMonitorResponse>HealthChecksAsync. getHttpMonitor(GetHttpMonitorRequest request, AsyncHandler<GetHttpMonitorRequest,GetHttpMonitorResponse> handler)Gets the configuration for the specified monitor.Future<GetHttpMonitorResponse>HealthChecksAsyncClient. getHttpMonitor(GetHttpMonitorRequest request, AsyncHandler<GetHttpMonitorRequest,GetHttpMonitorResponse> handler)GetHttpMonitorResponseHealthChecksClient. getHttpMonitor(GetHttpMonitorRequest request)Method parameters in com.oracle.bmc.healthchecks with type arguments of type GetHttpMonitorRequest Modifier and Type Method Description Future<GetHttpMonitorResponse>HealthChecksAsync. getHttpMonitor(GetHttpMonitorRequest request, AsyncHandler<GetHttpMonitorRequest,GetHttpMonitorResponse> handler)Gets the configuration for the specified monitor.Future<GetHttpMonitorResponse>HealthChecksAsyncClient. getHttpMonitor(GetHttpMonitorRequest request, AsyncHandler<GetHttpMonitorRequest,GetHttpMonitorResponse> handler)
- 
Uses of GetHttpMonitorRequest in com.oracle.bmc.healthchecks.requestsMethods in com.oracle.bmc.healthchecks.requests that return GetHttpMonitorRequest Modifier and Type Method Description GetHttpMonitorRequestGetHttpMonitorRequest.Builder. build()Build the instance of GetHttpMonitorRequest as configured by this builderGetHttpMonitorRequestGetHttpMonitorRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetHttpMonitorRequest as configured by this builderMethods in com.oracle.bmc.healthchecks.requests with parameters of type GetHttpMonitorRequest Modifier and Type Method Description GetHttpMonitorRequest.BuilderGetHttpMonitorRequest.Builder. copy(GetHttpMonitorRequest o)Copy method to populate the builder with values from the given instance.
 
-