Package | Description |
---|---|
software.amazon.awssdk.services.sqs |
Welcome to the Amazon Simple Queue Service API Reference.
|
Modifier and Type | Method and Description |
---|---|
default SendMessageResponse |
SqsClient.sendMessage(Consumer<SendMessageRequest.Builder> sendMessageRequest)
Delivers a message to the specified queue.
|
default SendMessageResponse |
SqsClient.sendMessage(SendMessageRequest sendMessageRequest)
Delivers a message to the specified queue.
|
default SendMessageBatchResponse |
SqsClient.sendMessageBatch(Consumer<SendMessageBatchRequest.Builder> sendMessageBatchRequest)
Delivers up to ten messages to the specified queue.
|
default SendMessageBatchResponse |
SqsClient.sendMessageBatch(SendMessageBatchRequest sendMessageBatchRequest)
Delivers up to ten messages to the specified queue.
|
Copyright © 2021. All rights reserved.