dbServers

@JvmName(name = "listDbServersResponseDbServerSummary")
fun Flow<ListDbServersResponse>.dbServers(): Flow<DbServerSummary>

This paginator transforms the flow returned by listDbServersPaginated to access the nested member DbServerSummary

Return

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