Package | Description |
---|---|
com.amazonaws.services.sqs |
Welcome to the Amazon SQS API Reference.
|
com.amazonaws.services.sqs.buffered | |
com.amazonaws.services.sqs.model |
Modifier and Type | Method and Description |
---|---|
ListDeadLetterSourceQueuesResult |
AmazonSQSClient.listDeadLetterSourceQueues(ListDeadLetterSourceQueuesRequest request)
Returns a list of your queues that have the
RedrivePolicy queue attribute configured with a
dead-letter queue. |
ListDeadLetterSourceQueuesResult |
AbstractAmazonSQS.listDeadLetterSourceQueues(ListDeadLetterSourceQueuesRequest request) |
ListDeadLetterSourceQueuesResult |
AmazonSQS.listDeadLetterSourceQueues(ListDeadLetterSourceQueuesRequest listDeadLetterSourceQueuesRequest)
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> |
AbstractAmazonSQSAsync.listDeadLetterSourceQueuesAsync(ListDeadLetterSourceQueuesRequest request,
AsyncHandler<ListDeadLetterSourceQueuesRequest,ListDeadLetterSourceQueuesResult> asyncHandler) |
Future<ListDeadLetterSourceQueuesResult> |
AmazonSQSAsyncClient.listDeadLetterSourceQueuesAsync(ListDeadLetterSourceQueuesRequest request,
AsyncHandler<ListDeadLetterSourceQueuesRequest,ListDeadLetterSourceQueuesResult> asyncHandler) |
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) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
ListDeadLetterSourceQueuesResult |
ListDeadLetterSourceQueuesResult.clone() |
ListDeadLetterSourceQueuesResult |
ListDeadLetterSourceQueuesResult.withNextToken(String nextToken)
Pagination token to include in the next request.
|
ListDeadLetterSourceQueuesResult |
ListDeadLetterSourceQueuesResult.withQueueUrls(Collection<String> queueUrls)
A list of source queue URLs that have the
RedrivePolicy queue attribute configured with a
dead-letter queue. |
ListDeadLetterSourceQueuesResult |
ListDeadLetterSourceQueuesResult.withQueueUrls(String... queueUrls)
A list of source queue URLs that have the
RedrivePolicy queue attribute configured with a
dead-letter queue. |
Copyright © 2023. All rights reserved.