Package-level declarations

Inherited functions

Link copied to clipboard
fun SqsClient.listQueuesPaginated(initialRequest: ListQueuesRequest = ListQueuesRequest { }): Flow<ListQueuesResponse>

Paginate over ListQueuesResponse results.

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

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

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

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