items

@JvmName(name = "listApplicationsResponseApplicationSummary")
fun Flow<ListApplicationsResponse>.items(): Flow<ApplicationSummary>

This paginator transforms the flow returned by listApplicationsPaginated to access the nested member ApplicationSummary

Return

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


@JvmName(name = "listStreamGroupsResponseStreamGroupSummary")
fun Flow<ListStreamGroupsResponse>.items(): Flow<StreamGroupSummary>

This paginator transforms the flow returned by listStreamGroupsPaginated to access the nested member StreamGroupSummary

Return

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


@JvmName(name = "listStreamSessionsResponseStreamSessionSummary")
fun Flow<ListStreamSessionsResponse>.items(): Flow<StreamSessionSummary>

This paginator transforms the flow returned by listStreamSessionsPaginated to access the nested member StreamSessionSummary

Return

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


@JvmName(name = "listStreamSessionsByAccountResponseStreamSessionSummary")
fun Flow<ListStreamSessionsByAccountResponse>.items(): Flow<StreamSessionSummary>

This paginator transforms the flow returned by listStreamSessionsByAccountPaginated to access the nested member StreamSessionSummary

Return

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