Uses of Class
com.amazonaws.services.sqs.model.ListDeadLetterSourceQueuesRequest

Packages that use ListDeadLetterSourceQueuesRequest
com.amazonaws.services.sqs Synchronous and asynchronous client classes for accessing AmazonSQS. 
com.amazonaws.services.sqs.buffered   
com.amazonaws.services.sqs.model Classes modeling the various types represented by AmazonSQS. 
 

Uses of ListDeadLetterSourceQueuesRequest in com.amazonaws.services.sqs
 

Methods in com.amazonaws.services.sqs with parameters of type ListDeadLetterSourceQueuesRequest
 ListDeadLetterSourceQueuesResult AmazonSQSClient.listDeadLetterSourceQueues(ListDeadLetterSourceQueuesRequest listDeadLetterSourceQueuesRequest)
           Returns a list of your queues that have the RedrivePolicy queue attribute configured with a dead letter queue.
 ListDeadLetterSourceQueuesResult AmazonSQS.listDeadLetterSourceQueues(ListDeadLetterSourceQueuesRequest listDeadLetterSourceQueuesRequest)
           Returns a list of your queues that have the RedrivePolicy queue attribute configured with a dead letter queue.
 Future<ListDeadLetterSourceQueuesResult> AmazonSQSAsyncClient.listDeadLetterSourceQueuesAsync(ListDeadLetterSourceQueuesRequest listDeadLetterSourceQueuesRequest)
           Returns a list of your queues that have the RedrivePolicy queue attribute configured with a dead letter queue.
 Future<ListDeadLetterSourceQueuesResult> AmazonSQSAsync.listDeadLetterSourceQueuesAsync(ListDeadLetterSourceQueuesRequest listDeadLetterSourceQueuesRequest)
           Returns a list of your queues that have the RedrivePolicy queue attribute configured with a dead letter queue.
 Future<ListDeadLetterSourceQueuesResult> AmazonSQSAsyncClient.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.
 Future<ListDeadLetterSourceQueuesResult> 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.
 

Method parameters in com.amazonaws.services.sqs with type arguments of type ListDeadLetterSourceQueuesRequest
 Future<ListDeadLetterSourceQueuesResult> AmazonSQSAsyncClient.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.
 Future<ListDeadLetterSourceQueuesResult> 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.
 

Uses of ListDeadLetterSourceQueuesRequest in com.amazonaws.services.sqs.buffered
 

Methods in com.amazonaws.services.sqs.buffered with parameters of type ListDeadLetterSourceQueuesRequest
 ListDeadLetterSourceQueuesResult AmazonSQSBufferedAsyncClient.listDeadLetterSourceQueues(ListDeadLetterSourceQueuesRequest listDeadLetterSourceQueuesRequest)
           
 Future<ListDeadLetterSourceQueuesResult> AmazonSQSBufferedAsyncClient.listDeadLetterSourceQueuesAsync(ListDeadLetterSourceQueuesRequest listDeadLetterSourceQueuesRequest)
           
 Future<ListDeadLetterSourceQueuesResult> AmazonSQSBufferedAsyncClient.listDeadLetterSourceQueuesAsync(ListDeadLetterSourceQueuesRequest listDeadLetterSourceQueuesRequest, AsyncHandler<ListDeadLetterSourceQueuesRequest,ListDeadLetterSourceQueuesResult> asyncHandler)
           
 

Method parameters in com.amazonaws.services.sqs.buffered with type arguments of type ListDeadLetterSourceQueuesRequest
 Future<ListDeadLetterSourceQueuesResult> AmazonSQSBufferedAsyncClient.listDeadLetterSourceQueuesAsync(ListDeadLetterSourceQueuesRequest listDeadLetterSourceQueuesRequest, AsyncHandler<ListDeadLetterSourceQueuesRequest,ListDeadLetterSourceQueuesResult> asyncHandler)
           
 

Uses of ListDeadLetterSourceQueuesRequest in com.amazonaws.services.sqs.model
 

Methods in com.amazonaws.services.sqs.model that return ListDeadLetterSourceQueuesRequest
 ListDeadLetterSourceQueuesRequest ListDeadLetterSourceQueuesRequest.withQueueUrl(String queueUrl)
          The queue URL of a dead letter queue.
 



Copyright © 2016. All rights reserved.