Uses of Class
software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesResponse
-
Packages that use ListDeadLetterSourceQueuesResponse Package Description software.amazon.awssdk.services.sqs Welcome to the Amazon SQS API Reference.software.amazon.awssdk.services.sqs.paginators -
-
Uses of ListDeadLetterSourceQueuesResponse in software.amazon.awssdk.services.sqs
Methods in software.amazon.awssdk.services.sqs that return ListDeadLetterSourceQueuesResponse Modifier and Type Method Description default ListDeadLetterSourceQueuesResponseSqsClient. listDeadLetterSourceQueues(Consumer<ListDeadLetterSourceQueuesRequest.Builder> listDeadLetterSourceQueuesRequest)Returns a list of your queues that have theRedrivePolicyqueue attribute configured with a dead-letter queue.default ListDeadLetterSourceQueuesResponseSqsClient. listDeadLetterSourceQueues(ListDeadLetterSourceQueuesRequest listDeadLetterSourceQueuesRequest)Returns a list of your queues that have theRedrivePolicyqueue attribute configured with a dead-letter queue.Methods in software.amazon.awssdk.services.sqs that return types with arguments of type ListDeadLetterSourceQueuesResponse Modifier and Type Method Description default CompletableFuture<ListDeadLetterSourceQueuesResponse>SqsAsyncClient. listDeadLetterSourceQueues(Consumer<ListDeadLetterSourceQueuesRequest.Builder> listDeadLetterSourceQueuesRequest)Returns a list of your queues that have theRedrivePolicyqueue attribute configured with a dead-letter queue.default CompletableFuture<ListDeadLetterSourceQueuesResponse>SqsAsyncClient. listDeadLetterSourceQueues(ListDeadLetterSourceQueuesRequest listDeadLetterSourceQueuesRequest)Returns a list of your queues that have theRedrivePolicyqueue attribute configured with a dead-letter queue. -
Uses of ListDeadLetterSourceQueuesResponse in software.amazon.awssdk.services.sqs.paginators
Methods in software.amazon.awssdk.services.sqs.paginators that return types with arguments of type ListDeadLetterSourceQueuesResponse Modifier and Type Method Description Iterator<ListDeadLetterSourceQueuesResponse>ListDeadLetterSourceQueuesIterable. iterator()Method parameters in software.amazon.awssdk.services.sqs.paginators with type arguments of type ListDeadLetterSourceQueuesResponse Modifier and Type Method Description voidListDeadLetterSourceQueuesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDeadLetterSourceQueuesResponse> subscriber)
-