Package | Description |
---|---|
software.amazon.awssdk.services.sqs |
Welcome to the Amazon Simple Queue Service API Reference.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<PurgeQueueResponse> |
SqsAsyncClient.purgeQueue(Consumer<PurgeQueueRequest.Builder> purgeQueueRequest)
Deletes the messages in a queue specified by the
QueueURL parameter. |
default CompletableFuture<PurgeQueueResponse> |
SqsAsyncClient.purgeQueue(PurgeQueueRequest purgeQueueRequest)
Deletes the messages in a queue specified by the
QueueURL parameter. |
Copyright © 2020. All rights reserved.