| Package | Description |
|---|---|
| software.amazon.awssdk.services.sqs |
Welcome to the Amazon Simple Queue Service API Reference.
|
| software.amazon.awssdk.services.sqs.transform |
| Modifier and Type | Method and Description |
|---|---|
default DeleteMessageBatchResponse |
SQSClient.deleteMessageBatch(Consumer<DeleteMessageBatchRequest.Builder> deleteMessageBatchRequest)
Deletes up to ten messages from the specified queue.
|
default DeleteMessageBatchResponse |
SQSClient.deleteMessageBatch(DeleteMessageBatchRequest deleteMessageBatchRequest)
Deletes up to ten messages from the specified queue.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteMessageBatchResponse> |
SQSAsyncClient.deleteMessageBatch(Consumer<DeleteMessageBatchRequest.Builder> deleteMessageBatchRequest)
Deletes up to ten messages from the specified queue.
|
default CompletableFuture<DeleteMessageBatchResponse> |
SQSAsyncClient.deleteMessageBatch(DeleteMessageBatchRequest deleteMessageBatchRequest)
Deletes up to ten messages from the specified queue.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteMessageBatchResponse |
DeleteMessageBatchResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2018. All rights reserved.