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.healthchecksMethods 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 thePingMonitorSummaryobjects contained in responses from the listPingMonitors operation.
- 
Uses of PingMonitorSummary in com.oracle.bmc.healthchecks.modelMethods in com.oracle.bmc.healthchecks.model that return PingMonitorSummary Modifier and Type Method Description PingMonitorSummaryPingMonitorSummary.Builder. build()Methods in com.oracle.bmc.healthchecks.model with parameters of type PingMonitorSummary Modifier and Type Method Description PingMonitorSummary.BuilderPingMonitorSummary.Builder. copy(PingMonitorSummary model)
- 
Uses of PingMonitorSummary in com.oracle.bmc.healthchecks.responsesMethods 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.BuilderListPingMonitorsResponse.Builder. items(List<PingMonitorSummary> items)A list of com.oracle.bmc.healthchecks.model.PingMonitorSummary instances.
 
-