Uses of Class
com.oracle.bmc.healthchecks.requests.CreateHttpMonitorRequest
- 
Packages that use CreateHttpMonitorRequest Package Description com.oracle.bmc.healthchecks com.oracle.bmc.healthchecks.requests 
- 
- 
Uses of CreateHttpMonitorRequest in com.oracle.bmc.healthchecksMethods in com.oracle.bmc.healthchecks with parameters of type CreateHttpMonitorRequest Modifier and Type Method Description CreateHttpMonitorResponseHealthChecks. createHttpMonitor(CreateHttpMonitorRequest request)Creates an HTTP monitor.Future<CreateHttpMonitorResponse>HealthChecksAsync. createHttpMonitor(CreateHttpMonitorRequest request, AsyncHandler<CreateHttpMonitorRequest,CreateHttpMonitorResponse> handler)Creates an HTTP monitor.Future<CreateHttpMonitorResponse>HealthChecksAsyncClient. createHttpMonitor(CreateHttpMonitorRequest request, AsyncHandler<CreateHttpMonitorRequest,CreateHttpMonitorResponse> handler)CreateHttpMonitorResponseHealthChecksClient. createHttpMonitor(CreateHttpMonitorRequest request)Method parameters in com.oracle.bmc.healthchecks with type arguments of type CreateHttpMonitorRequest 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 CreateHttpMonitorRequest in com.oracle.bmc.healthchecks.requestsMethods in com.oracle.bmc.healthchecks.requests that return CreateHttpMonitorRequest Modifier and Type Method Description CreateHttpMonitorRequestCreateHttpMonitorRequest.Builder. build()Build the instance of CreateHttpMonitorRequest as configured by this builderCreateHttpMonitorRequestCreateHttpMonitorRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateHttpMonitorRequest as configured by this builderMethods in com.oracle.bmc.healthchecks.requests with parameters of type CreateHttpMonitorRequest Modifier and Type Method Description CreateHttpMonitorRequest.BuilderCreateHttpMonitorRequest.Builder. copy(CreateHttpMonitorRequest o)Copy method to populate the builder with values from the given instance.
 
-