thingGroups

@JvmName(name = "listThingGroupsResponseGroupNameAndArn")
fun Flow<ListThingGroupsResponse>.thingGroups(): Flow<GroupNameAndArn>

This paginator transforms the flow returned by listThingGroupsPaginated to access the nested member GroupNameAndArn

Return

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


@JvmName(name = "listThingGroupsForThingResponseGroupNameAndArn")
fun Flow<ListThingGroupsForThingResponse>.thingGroups(): Flow<GroupNameAndArn>

This paginator transforms the flow returned by listThingGroupsForThingPaginated to access the nested member GroupNameAndArn

Return

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