Uses of Class
com.oracle.bmc.healthchecks.model.PingProbeResultSummary
- 
Packages that use PingProbeResultSummary Package Description com.oracle.bmc.healthchecks com.oracle.bmc.healthchecks.model com.oracle.bmc.healthchecks.responses 
- 
- 
Uses of PingProbeResultSummary in com.oracle.bmc.healthchecksMethods in com.oracle.bmc.healthchecks that return types with arguments of type PingProbeResultSummary Modifier and Type Method Description Iterable<PingProbeResultSummary>HealthChecksPaginators. listPingProbeResultsRecordIterator(ListPingProbeResultsRequest request)Creates a new iterable which will iterate over thePingProbeResultSummaryobjects contained in responses from the listPingProbeResults operation.
- 
Uses of PingProbeResultSummary in com.oracle.bmc.healthchecks.modelMethods in com.oracle.bmc.healthchecks.model that return PingProbeResultSummary Modifier and Type Method Description PingProbeResultSummaryPingProbeResultSummary.Builder. build()Methods in com.oracle.bmc.healthchecks.model with parameters of type PingProbeResultSummary Modifier and Type Method Description PingProbeResultSummary.BuilderPingProbeResultSummary.Builder. copy(PingProbeResultSummary model)
- 
Uses of PingProbeResultSummary in com.oracle.bmc.healthchecks.responsesMethods in com.oracle.bmc.healthchecks.responses that return types with arguments of type PingProbeResultSummary Modifier and Type Method Description List<PingProbeResultSummary>ListPingProbeResultsResponse. getItems()A list of com.oracle.bmc.healthchecks.model.PingProbeResultSummary instances.Method parameters in com.oracle.bmc.healthchecks.responses with type arguments of type PingProbeResultSummary Modifier and Type Method Description ListPingProbeResultsResponse.BuilderListPingProbeResultsResponse.Builder. items(List<PingProbeResultSummary> items)A list of com.oracle.bmc.healthchecks.model.PingProbeResultSummary instances.
 
-