environmentHosts

@JvmName(name = "listEnvironmentHostsResponseHost")
fun Flow<ListEnvironmentHostsResponse>.environmentHosts(): Flow<Host>

This paginator transforms the flow returned by listEnvironmentHostsPaginated to access the nested member Host

Return

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