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