gameSessions

@JvmName(name = "describeGameSessionsResponseGameSession")
fun Flow<DescribeGameSessionsResponse>.gameSessions(): Flow<GameSession>

This paginator transforms the flow returned by describeGameSessionsPaginated to access the nested member GameSession

Return

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


@JvmName(name = "searchGameSessionsResponseGameSession")
fun Flow<SearchGameSessionsResponse>.gameSessions(): Flow<GameSession>

This paginator transforms the flow returned by searchGameSessionsPaginated to access the nested member GameSession

Return

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