queueUrls

@JvmName(name = "listDeadLetterSourceQueuesResponseString")
fun Flow<ListDeadLetterSourceQueuesResponse>.queueUrls(): Flow<String>

This paginator transforms the flow returned by listDeadLetterSourceQueuesPaginated to access the nested member String

Return

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


@JvmName(name = "listQueuesResponseString")
fun Flow<ListQueuesResponse>.queueUrls(): Flow<String>

This paginator transforms the flow returned by listQueuesPaginated to access the nested member String

Return

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