| Package | Description |
|---|---|
| software.amazon.awssdk.services.sqs |
Welcome to the Amazon Simple Queue Service API Reference.
|
| Modifier and Type | Method and Description |
|---|---|
default GetQueueUrlResponse |
SQSClient.getQueueUrl(Consumer<GetQueueUrlRequest.Builder> getQueueUrlRequest)
Returns the URL of an existing queue.
|
default GetQueueUrlResponse |
SQSClient.getQueueUrl(GetQueueUrlRequest getQueueUrlRequest)
Returns the URL of an existing queue.
|
default ListDeadLetterSourceQueuesResponse |
SQSClient.listDeadLetterSourceQueues(Consumer<ListDeadLetterSourceQueuesRequest.Builder> listDeadLetterSourceQueuesRequest)
Returns a list of your queues that have the
RedrivePolicy queue attribute configured with a
dead-letter queue. |
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 PurgeQueueResponse |
SQSClient.purgeQueue(Consumer<PurgeQueueRequest.Builder> purgeQueueRequest)
Deletes the messages in a queue specified by the
QueueURL parameter. |
default PurgeQueueResponse |
SQSClient.purgeQueue(PurgeQueueRequest purgeQueueRequest)
Deletes the messages in a queue specified by the
QueueURL parameter. |
Copyright © 2018. All rights reserved.