Uses of Class
com.oracle.bmc.healthchecks.model.HttpMonitorSummary
-
Packages that use HttpMonitorSummary Package Description com.oracle.bmc.healthchecks com.oracle.bmc.healthchecks.model com.oracle.bmc.healthchecks.responses -
-
Uses of HttpMonitorSummary in com.oracle.bmc.healthchecks
Methods in com.oracle.bmc.healthchecks that return types with arguments of type HttpMonitorSummary Modifier and Type Method Description Iterable<HttpMonitorSummary>
HealthChecksPaginators. listHttpMonitorsRecordIterator(ListHttpMonitorsRequest request)
Creates a new iterable which will iterate over theHttpMonitorSummary
objects contained in responses from the listHttpMonitors operation. -
Uses of HttpMonitorSummary in com.oracle.bmc.healthchecks.model
Methods in com.oracle.bmc.healthchecks.model that return HttpMonitorSummary Modifier and Type Method Description HttpMonitorSummary
HttpMonitorSummary.Builder. build()
Methods in com.oracle.bmc.healthchecks.model with parameters of type HttpMonitorSummary Modifier and Type Method Description HttpMonitorSummary.Builder
HttpMonitorSummary.Builder. copy(HttpMonitorSummary model)
-
Uses of HttpMonitorSummary in com.oracle.bmc.healthchecks.responses
Methods in com.oracle.bmc.healthchecks.responses that return types with arguments of type HttpMonitorSummary Modifier and Type Method Description List<HttpMonitorSummary>
ListHttpMonitorsResponse. getItems()
A list of com.oracle.bmc.healthchecks.model.HttpMonitorSummary instances.Method parameters in com.oracle.bmc.healthchecks.responses with type arguments of type HttpMonitorSummary Modifier and Type Method Description ListHttpMonitorsResponse.Builder
ListHttpMonitorsResponse.Builder. items(List<HttpMonitorSummary> items)
A list of com.oracle.bmc.healthchecks.model.HttpMonitorSummary instances.
-