Package | Description |
---|---|
software.amazon.awssdk.services.sqs |
Welcome to the Amazon SQS API Reference.
|
Modifier and Type | Method and Description |
---|---|
default ChangeMessageVisibilityBatchResponse |
SqsClient.changeMessageVisibilityBatch(ChangeMessageVisibilityBatchRequest changeMessageVisibilityBatchRequest)
Changes the visibility timeout of multiple messages.
|
default ChangeMessageVisibilityBatchResponse |
SqsClient.changeMessageVisibilityBatch(Consumer<ChangeMessageVisibilityBatchRequest.Builder> changeMessageVisibilityBatchRequest)
Changes the visibility timeout of multiple messages.
|
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.
|
default SendMessageBatchResponse |
SqsClient.sendMessageBatch(Consumer<SendMessageBatchRequest.Builder> sendMessageBatchRequest)
You can use
SendMessageBatch to send up to 10 messages to the specified queue by assigning either
identical or different values to each message (or by not assigning values at all). |
default SendMessageBatchResponse |
SqsClient.sendMessageBatch(SendMessageBatchRequest sendMessageBatchRequest)
You can use
SendMessageBatch to send up to 10 messages to the specified queue by assigning either
identical or different values to each message (or by not assigning values at all). |
Copyright © 2023. All rights reserved.