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.healthchecks
Methods 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 thePingProbeResultSummary
objects contained in responses from the listPingProbeResults operation. -
Uses of PingProbeResultSummary in com.oracle.bmc.healthchecks.model
Methods in com.oracle.bmc.healthchecks.model that return PingProbeResultSummary Modifier and Type Method Description PingProbeResultSummary
PingProbeResultSummary.Builder. build()
Methods in com.oracle.bmc.healthchecks.model with parameters of type PingProbeResultSummary Modifier and Type Method Description PingProbeResultSummary.Builder
PingProbeResultSummary.Builder. copy(PingProbeResultSummary model)
-
Uses of PingProbeResultSummary in com.oracle.bmc.healthchecks.responses
Methods 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.Builder
ListPingProbeResultsResponse.Builder. items(List<PingProbeResultSummary> items)
A list of com.oracle.bmc.healthchecks.model.PingProbeResultSummary instances.
-