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