users

This paginator transforms the flow returned by listSecurityGroupUsersPaginated to access the nested member User

Return

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


fun Flow<ListUsersResponse>.users(): Flow<User>

This paginator transforms the flow returned by listUsersPaginated to access the nested member User

Return

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