Uses of Class
software.amazon.awssdk.services.sqs.model.ListDeadLetterSourceQueuesResponse
Packages that use ListDeadLetterSourceQueuesResponse
Package
Description
Welcome to the Amazon SQS API Reference.
-
Uses of ListDeadLetterSourceQueuesResponse in software.amazon.awssdk.services.sqs
Methods in software.amazon.awssdk.services.sqs that return ListDeadLetterSourceQueuesResponseModifier and TypeMethodDescriptionSqsClient.listDeadLetterSourceQueues(Consumer<ListDeadLetterSourceQueuesRequest.Builder> listDeadLetterSourceQueuesRequest) Returns a list of your queues that have theRedrivePolicyqueue attribute configured with a dead-letter queue.SqsClient.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 ListDeadLetterSourceQueuesResponseModifier and TypeMethodDescriptionSqsAsyncClient.listDeadLetterSourceQueues(Consumer<ListDeadLetterSourceQueuesRequest.Builder> listDeadLetterSourceQueuesRequest) Returns a list of your queues that have theRedrivePolicyqueue attribute configured with a dead-letter queue.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 ListDeadLetterSourceQueuesResponseMethod parameters in software.amazon.awssdk.services.sqs.paginators with type arguments of type ListDeadLetterSourceQueuesResponseModifier and TypeMethodDescriptionvoidListDeadLetterSourceQueuesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDeadLetterSourceQueuesResponse> subscriber)