applicationStateList

@JvmName(name = "listApplicationStatesResponseApplicationState")
fun Flow<ListApplicationStatesResponse>.applicationStateList(): Flow<ApplicationState>

This paginator transforms the flow returned by listApplicationStatesPaginated to access the nested member ApplicationState

Return

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