Uses of Class
com.oracle.bmc.healthchecks.requests.ListHttpMonitorsRequest
-
Packages that use ListHttpMonitorsRequest Package Description com.oracle.bmc.healthchecks com.oracle.bmc.healthchecks.requests -
-
Uses of ListHttpMonitorsRequest in com.oracle.bmc.healthchecks
Method parameters in com.oracle.bmc.healthchecks with type arguments of type ListHttpMonitorsRequest Modifier and Type Method Description Future<ListHttpMonitorsResponse>HealthChecksAsync. listHttpMonitors(ListHttpMonitorsRequest request, AsyncHandler<ListHttpMonitorsRequest,ListHttpMonitorsResponse> handler)Gets a list of HTTP monitors.Future<ListHttpMonitorsResponse>HealthChecksAsyncClient. listHttpMonitors(ListHttpMonitorsRequest request, AsyncHandler<ListHttpMonitorsRequest,ListHttpMonitorsResponse> handler) -
Uses of ListHttpMonitorsRequest in com.oracle.bmc.healthchecks.requests
Methods in com.oracle.bmc.healthchecks.requests that return ListHttpMonitorsRequest Modifier and Type Method Description ListHttpMonitorsRequestListHttpMonitorsRequest.Builder. build()Build the instance of ListHttpMonitorsRequest as configured by this builderListHttpMonitorsRequestListHttpMonitorsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListHttpMonitorsRequest as configured by this builderMethods in com.oracle.bmc.healthchecks.requests with parameters of type ListHttpMonitorsRequest Modifier and Type Method Description ListHttpMonitorsRequest.BuilderListHttpMonitorsRequest.Builder. copy(ListHttpMonitorsRequest o)Copy method to populate the builder with values from the given instance.
-