emailContacts

@JvmName(name = "listEmailContactsResponseEmailContact")
fun Flow<ListEmailContactsResponse>.emailContacts(): Flow<EmailContact>

This paginator transforms the flow returned by listEmailContactsPaginated to access the nested member EmailContact

Return

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