Uses of Class
com.amazonaws.services.sqs.model.ListDeadLetterSourceQueuesResult
Packages that use ListDeadLetterSourceQueuesResult
Package
Description
-
Uses of ListDeadLetterSourceQueuesResult in com.amazonaws.services.sqs
Methods in com.amazonaws.services.sqs that return ListDeadLetterSourceQueuesResultModifier and TypeMethodDescriptionAbstractAmazonSQS.listDeadLetterSourceQueues
(ListDeadLetterSourceQueuesRequest request) AmazonSQS.listDeadLetterSourceQueues
(ListDeadLetterSourceQueuesRequest listDeadLetterSourceQueuesRequest) Returns a list of your queues that have the RedrivePolicy queue attribute configured with a dead letter queue.AmazonSQSClient.listDeadLetterSourceQueues
(ListDeadLetterSourceQueuesRequest listDeadLetterSourceQueuesRequest) Returns a list of your queues that have the RedrivePolicy queue attribute configured with a dead letter queue.Methods in com.amazonaws.services.sqs that return types with arguments of type ListDeadLetterSourceQueuesResultModifier and TypeMethodDescriptionAbstractAmazonSQSAsync.listDeadLetterSourceQueuesAsync
(ListDeadLetterSourceQueuesRequest request) AbstractAmazonSQSAsync.listDeadLetterSourceQueuesAsync
(ListDeadLetterSourceQueuesRequest request, AsyncHandler<ListDeadLetterSourceQueuesRequest, ListDeadLetterSourceQueuesResult> asyncHandler) AmazonSQSAsync.listDeadLetterSourceQueuesAsync
(ListDeadLetterSourceQueuesRequest listDeadLetterSourceQueuesRequest) Returns a list of your queues that have the RedrivePolicy queue attribute configured with a dead letter queue.AmazonSQSAsync.listDeadLetterSourceQueuesAsync
(ListDeadLetterSourceQueuesRequest listDeadLetterSourceQueuesRequest, AsyncHandler<ListDeadLetterSourceQueuesRequest, ListDeadLetterSourceQueuesResult> asyncHandler) Returns a list of your queues that have the RedrivePolicy queue attribute configured with a dead letter queue.AmazonSQSAsyncClient.listDeadLetterSourceQueuesAsync
(ListDeadLetterSourceQueuesRequest request) AmazonSQSAsyncClient.listDeadLetterSourceQueuesAsync
(ListDeadLetterSourceQueuesRequest request, AsyncHandler<ListDeadLetterSourceQueuesRequest, ListDeadLetterSourceQueuesResult> asyncHandler) Method parameters in com.amazonaws.services.sqs with type arguments of type ListDeadLetterSourceQueuesResultModifier and TypeMethodDescriptionAbstractAmazonSQSAsync.listDeadLetterSourceQueuesAsync
(ListDeadLetterSourceQueuesRequest request, AsyncHandler<ListDeadLetterSourceQueuesRequest, ListDeadLetterSourceQueuesResult> asyncHandler) AmazonSQSAsync.listDeadLetterSourceQueuesAsync
(ListDeadLetterSourceQueuesRequest listDeadLetterSourceQueuesRequest, AsyncHandler<ListDeadLetterSourceQueuesRequest, ListDeadLetterSourceQueuesResult> asyncHandler) Returns a list of your queues that have the RedrivePolicy queue attribute configured with a dead letter queue.AmazonSQSAsyncClient.listDeadLetterSourceQueuesAsync
(ListDeadLetterSourceQueuesRequest request, AsyncHandler<ListDeadLetterSourceQueuesRequest, ListDeadLetterSourceQueuesResult> asyncHandler) -
Uses of ListDeadLetterSourceQueuesResult in com.amazonaws.services.sqs.buffered
Methods in com.amazonaws.services.sqs.buffered that return ListDeadLetterSourceQueuesResultModifier and TypeMethodDescriptionAmazonSQSBufferedAsyncClient.listDeadLetterSourceQueues
(ListDeadLetterSourceQueuesRequest listDeadLetterSourceQueuesRequest) Methods in com.amazonaws.services.sqs.buffered that return types with arguments of type ListDeadLetterSourceQueuesResultModifier and TypeMethodDescriptionAmazonSQSBufferedAsyncClient.listDeadLetterSourceQueuesAsync
(ListDeadLetterSourceQueuesRequest listDeadLetterSourceQueuesRequest) AmazonSQSBufferedAsyncClient.listDeadLetterSourceQueuesAsync
(ListDeadLetterSourceQueuesRequest listDeadLetterSourceQueuesRequest, AsyncHandler<ListDeadLetterSourceQueuesRequest, ListDeadLetterSourceQueuesResult> asyncHandler) Method parameters in com.amazonaws.services.sqs.buffered with type arguments of type ListDeadLetterSourceQueuesResultModifier and TypeMethodDescriptionAmazonSQSBufferedAsyncClient.listDeadLetterSourceQueuesAsync
(ListDeadLetterSourceQueuesRequest listDeadLetterSourceQueuesRequest, AsyncHandler<ListDeadLetterSourceQueuesRequest, ListDeadLetterSourceQueuesResult> asyncHandler) -
Uses of ListDeadLetterSourceQueuesResult in com.amazonaws.services.sqs.model
Methods in com.amazonaws.services.sqs.model that return ListDeadLetterSourceQueuesResultModifier and TypeMethodDescriptionListDeadLetterSourceQueuesResult.clone()
ListDeadLetterSourceQueuesResult.withQueueUrls
(String... queueUrls) A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.ListDeadLetterSourceQueuesResult.withQueueUrls
(Collection<String> queueUrls) A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.