Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ListDeadLetterSourceQueuesResult |
AmazonSQS.listDeadLetterSourceQueues(ListDeadLetterSourceQueuesRequest listDeadLetterSourceQueuesRequest)
Returns a list of your queues that have the RedrivePolicy queue
attribute configured with a dead letter queue.
|
ListDeadLetterSourceQueuesResult |
AmazonSQSClient.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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ListDeadLetterSourceQueuesResult |
AmazonSQSBufferedAsyncClient.listDeadLetterSourceQueues(ListDeadLetterSourceQueuesRequest listDeadLetterSourceQueuesRequest) |
Future<ListDeadLetterSourceQueuesResult> |
AmazonSQSBufferedAsyncClient.listDeadLetterSourceQueuesAsync(ListDeadLetterSourceQueuesRequest listDeadLetterSourceQueuesRequest) |
Future<ListDeadLetterSourceQueuesResult> |
AmazonSQSBufferedAsyncClient.listDeadLetterSourceQueuesAsync(ListDeadLetterSourceQueuesRequest listDeadLetterSourceQueuesRequest,
AsyncHandler<ListDeadLetterSourceQueuesRequest,ListDeadLetterSourceQueuesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<ListDeadLetterSourceQueuesResult> |
AmazonSQSBufferedAsyncClient.listDeadLetterSourceQueuesAsync(ListDeadLetterSourceQueuesRequest listDeadLetterSourceQueuesRequest,
AsyncHandler<ListDeadLetterSourceQueuesRequest,ListDeadLetterSourceQueuesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListDeadLetterSourceQueuesRequest |
ListDeadLetterSourceQueuesRequest.withQueueUrl(String queueUrl)
The queue URL of a dead letter queue.
|
Copyright © 2014. All rights reserved.