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