Uses of Class
com.oracle.bmc.healthchecks.responses.ListHttpMonitorsResponse
-
Packages that use ListHttpMonitorsResponse Package Description com.oracle.bmc.healthchecks com.oracle.bmc.healthchecks.responses -
-
Uses of ListHttpMonitorsResponse in com.oracle.bmc.healthchecks
Methods in com.oracle.bmc.healthchecks that return ListHttpMonitorsResponse Modifier and Type Method Description ListHttpMonitorsResponseHealthChecks. listHttpMonitors(ListHttpMonitorsRequest request)Gets a list of HTTP monitors.ListHttpMonitorsResponseHealthChecksClient. listHttpMonitors(ListHttpMonitorsRequest request)Methods in com.oracle.bmc.healthchecks that return types with arguments of type ListHttpMonitorsResponse 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)Iterable<ListHttpMonitorsResponse>HealthChecksPaginators. listHttpMonitorsResponseIterator(ListHttpMonitorsRequest request)Creates a new iterable which will iterate over the responses received from the listHttpMonitors operation.Method parameters in com.oracle.bmc.healthchecks with type arguments of type ListHttpMonitorsResponse 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 ListHttpMonitorsResponse in com.oracle.bmc.healthchecks.responses
Methods in com.oracle.bmc.healthchecks.responses that return ListHttpMonitorsResponse Modifier and Type Method Description ListHttpMonitorsResponseListHttpMonitorsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.healthchecks.responses with parameters of type ListHttpMonitorsResponse Modifier and Type Method Description ListHttpMonitorsResponse.BuilderListHttpMonitorsResponse.Builder. copy(ListHttpMonitorsResponse o)Copy method to populate the builder with values from the given instance.
-