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