dbRecommendations

@JvmName(name = "describeDbRecommendationsResponseDbRecommendation")
fun Flow<DescribeDbRecommendationsResponse>.dbRecommendations(): Flow<DbRecommendation>

This paginator transforms the flow returned by describeDbRecommendationsPaginated to access the nested member DbRecommendation

Return

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