healthChecks

@JvmName(name = "listHealthChecksResponseHealthCheck")
fun Flow<ListHealthChecksResponse>.healthChecks(): Flow<HealthCheck>

This paginator transforms the flow returned by listHealthChecksPaginated to access the nested member HealthCheck

Return

A kotlinx.coroutines.flow.Flow that can collect HealthCheck