phoneNumbers

@JvmName(name = "listOriginationNumbersResponsePhoneNumberInformation")
fun Flow<ListOriginationNumbersResponse>.phoneNumbers(): Flow<PhoneNumberInformation>

This paginator transforms the flow returned by listOriginationNumbersPaginated to access the nested member PhoneNumberInformation

Return

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


@JvmName(name = "listPhoneNumbersOptedOutResponsePhoneNumber")
fun Flow<ListPhoneNumbersOptedOutResponse>.phoneNumbers(): Flow<String>

This paginator transforms the flow returned by listPhoneNumbersOptedOutPaginated to access the nested member PhoneNumber

Return

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


@JvmName(name = "listSmsSandboxPhoneNumbersResponseSmsSandboxPhoneNumber")
fun Flow<ListSmsSandboxPhoneNumbersResponse>.phoneNumbers(): Flow<SmsSandboxPhoneNumber>

This paginator transforms the flow returned by listSmsSandboxPhoneNumbersPaginated to access the nested member SmsSandboxPhoneNumber

Return

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