Uses of Class
software.amazon.awssdk.services.sqs.paginators.ListDeadLetterSourceQueuesIterable
-
Packages that use ListDeadLetterSourceQueuesIterable Package Description software.amazon.awssdk.services.sqs Welcome to the Amazon SQS API Reference. -
-
Uses of ListDeadLetterSourceQueuesIterable in software.amazon.awssdk.services.sqs
Methods in software.amazon.awssdk.services.sqs that return ListDeadLetterSourceQueuesIterable Modifier and Type Method Description default ListDeadLetterSourceQueuesIterableSqsClient. listDeadLetterSourceQueuesPaginator(Consumer<ListDeadLetterSourceQueuesRequest.Builder> listDeadLetterSourceQueuesRequest)Returns a list of your queues that have theRedrivePolicyqueue attribute configured with a dead-letter queue.default ListDeadLetterSourceQueuesIterableSqsClient. listDeadLetterSourceQueuesPaginator(ListDeadLetterSourceQueuesRequest listDeadLetterSourceQueuesRequest)Returns a list of your queues that have theRedrivePolicyqueue attribute configured with a dead-letter queue.
-