things

@JvmName(name = "listPrincipalThingsResponseThingName")
fun Flow<ListPrincipalThingsResponse>.things(): Flow<String>

This paginator transforms the flow returned by listPrincipalThingsPaginated to access the nested member ThingName

Return

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


@JvmName(name = "listThingsResponseThingAttribute")
fun Flow<ListThingsResponse>.things(): Flow<ThingAttribute>

This paginator transforms the flow returned by listThingsPaginated to access the nested member ThingAttribute

Return

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


@JvmName(name = "listThingsInBillingGroupResponseThingName")
fun Flow<ListThingsInBillingGroupResponse>.things(): Flow<String>

This paginator transforms the flow returned by listThingsInBillingGroupPaginated to access the nested member ThingName

Return

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


@JvmName(name = "listThingsInThingGroupResponseThingName")
fun Flow<ListThingsInThingGroupResponse>.things(): Flow<String>

This paginator transforms the flow returned by listThingsInThingGroupPaginated to access the nested member ThingName

Return

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