Uses of Class
com.oracle.bmc.healthchecks.responses.CreateHttpMonitorResponse
-
Packages that use CreateHttpMonitorResponse Package Description com.oracle.bmc.healthchecks com.oracle.bmc.healthchecks.responses -
-
Uses of CreateHttpMonitorResponse in com.oracle.bmc.healthchecks
Methods in com.oracle.bmc.healthchecks that return CreateHttpMonitorResponse Modifier and Type Method Description CreateHttpMonitorResponse
HealthChecks. createHttpMonitor(CreateHttpMonitorRequest request)
Creates an HTTP monitor.CreateHttpMonitorResponse
HealthChecksClient. createHttpMonitor(CreateHttpMonitorRequest request)
Methods in com.oracle.bmc.healthchecks that return types with arguments of type CreateHttpMonitorResponse Modifier and Type Method Description Future<CreateHttpMonitorResponse>
HealthChecksAsync. createHttpMonitor(CreateHttpMonitorRequest request, AsyncHandler<CreateHttpMonitorRequest,CreateHttpMonitorResponse> handler)
Creates an HTTP monitor.Future<CreateHttpMonitorResponse>
HealthChecksAsyncClient. createHttpMonitor(CreateHttpMonitorRequest request, AsyncHandler<CreateHttpMonitorRequest,CreateHttpMonitorResponse> handler)
Method parameters in com.oracle.bmc.healthchecks with type arguments of type CreateHttpMonitorResponse Modifier and Type Method Description Future<CreateHttpMonitorResponse>
HealthChecksAsync. createHttpMonitor(CreateHttpMonitorRequest request, AsyncHandler<CreateHttpMonitorRequest,CreateHttpMonitorResponse> handler)
Creates an HTTP monitor.Future<CreateHttpMonitorResponse>
HealthChecksAsyncClient. createHttpMonitor(CreateHttpMonitorRequest request, AsyncHandler<CreateHttpMonitorRequest,CreateHttpMonitorResponse> handler)
-
Uses of CreateHttpMonitorResponse in com.oracle.bmc.healthchecks.responses
Methods in com.oracle.bmc.healthchecks.responses that return CreateHttpMonitorResponse Modifier and Type Method Description CreateHttpMonitorResponse
CreateHttpMonitorResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.healthchecks.responses with parameters of type CreateHttpMonitorResponse Modifier and Type Method Description CreateHttpMonitorResponse.Builder
CreateHttpMonitorResponse.Builder. copy(CreateHttpMonitorResponse o)
Copy method to populate the builder with values from the given instance.
-