principals

@JvmName(name = "listPolicyPrincipalsResponsePrincipalArn")
fun Flow<ListPolicyPrincipalsResponse>.principals(): Flow<String>

This paginator transforms the flow returned by listPolicyPrincipalsPaginated to access the nested member PrincipalArn

Return

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


@JvmName(name = "listThingPrincipalsResponsePrincipalArn")
fun Flow<ListThingPrincipalsResponse>.principals(): Flow<String>

This paginator transforms the flow returned by listThingPrincipalsPaginated to access the nested member PrincipalArn

Return

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