| Package | Description |
|---|---|
| software.amazon.awssdk.services.sqs |
Welcome to the Amazon SQS API Reference.
|
| software.amazon.awssdk.services.sqs.paginators | |
| software.amazon.awssdk.services.sqs.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListDeadLetterSourceQueuesResponse |
SqsClient.listDeadLetterSourceQueues(ListDeadLetterSourceQueuesRequest listDeadLetterSourceQueuesRequest)
Returns a list of your queues that have the
RedrivePolicy queue attribute configured with a
dead-letter queue. |
default CompletableFuture<ListDeadLetterSourceQueuesResponse> |
SqsAsyncClient.listDeadLetterSourceQueues(ListDeadLetterSourceQueuesRequest listDeadLetterSourceQueuesRequest)
Returns a list of your queues that have the
RedrivePolicy queue attribute configured with a
dead-letter queue. |
default ListDeadLetterSourceQueuesIterable |
SqsClient.listDeadLetterSourceQueuesPaginator(ListDeadLetterSourceQueuesRequest listDeadLetterSourceQueuesRequest)
Returns a list of your queues that have the
RedrivePolicy queue attribute configured with a
dead-letter queue. |
default ListDeadLetterSourceQueuesPublisher |
SqsAsyncClient.listDeadLetterSourceQueuesPaginator(ListDeadLetterSourceQueuesRequest listDeadLetterSourceQueuesRequest)
Returns a list of your queues that have the
RedrivePolicy queue attribute configured with a
dead-letter queue. |
| Constructor and Description |
|---|
ListDeadLetterSourceQueuesIterable(SqsClient client,
ListDeadLetterSourceQueuesRequest firstRequest) |
ListDeadLetterSourceQueuesPublisher(SqsAsyncClient client,
ListDeadLetterSourceQueuesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListDeadLetterSourceQueuesRequestMarshaller.marshall(ListDeadLetterSourceQueuesRequest listDeadLetterSourceQueuesRequest) |
Copyright © 2022. All rights reserved.