groupIdentifiers

@JvmName(name = "listGroupsResponseGroupIdentifier")
fun Flow<ListGroupsResponse>.groupIdentifiers(): Flow<GroupIdentifier>

This paginator transforms the flow returned by listGroupsPaginated to access the nested member GroupIdentifier

Return

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