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