| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SendMessageResponse> |
SqsAsyncClient.sendMessage(Consumer<SendMessageRequest.Builder> sendMessageRequest)
Delivers a message to the specified queue.
|
default CompletableFuture<SendMessageResponse> |
SqsAsyncClient.sendMessage(SendMessageRequest sendMessageRequest)
Delivers a message to the specified queue.
|
Copyright © 2019. All rights reserved.