Uses of Class
com.oracle.bmc.healthchecks.model.HttpProbeResultSummary
- 
Packages that use HttpProbeResultSummary Package Description com.oracle.bmc.healthchecks com.oracle.bmc.healthchecks.model com.oracle.bmc.healthchecks.responses 
- 
- 
Uses of HttpProbeResultSummary in com.oracle.bmc.healthchecksMethods in com.oracle.bmc.healthchecks that return types with arguments of type HttpProbeResultSummary Modifier and Type Method Description Iterable<HttpProbeResultSummary>HealthChecksPaginators. listHttpProbeResultsRecordIterator(ListHttpProbeResultsRequest request)Creates a new iterable which will iterate over theHttpProbeResultSummaryobjects contained in responses from the listHttpProbeResults operation.
- 
Uses of HttpProbeResultSummary in com.oracle.bmc.healthchecks.modelMethods in com.oracle.bmc.healthchecks.model that return HttpProbeResultSummary Modifier and Type Method Description HttpProbeResultSummaryHttpProbeResultSummary.Builder. build()Methods in com.oracle.bmc.healthchecks.model with parameters of type HttpProbeResultSummary Modifier and Type Method Description HttpProbeResultSummary.BuilderHttpProbeResultSummary.Builder. copy(HttpProbeResultSummary model)
- 
Uses of HttpProbeResultSummary in com.oracle.bmc.healthchecks.responsesMethods in com.oracle.bmc.healthchecks.responses that return types with arguments of type HttpProbeResultSummary Modifier and Type Method Description List<HttpProbeResultSummary>ListHttpProbeResultsResponse. getItems()A list of com.oracle.bmc.healthchecks.model.HttpProbeResultSummary instances.Method parameters in com.oracle.bmc.healthchecks.responses with type arguments of type HttpProbeResultSummary Modifier and Type Method Description ListHttpProbeResultsResponse.BuilderListHttpProbeResultsResponse.Builder. items(List<HttpProbeResultSummary> items)A list of com.oracle.bmc.healthchecks.model.HttpProbeResultSummary instances.
 
-