| 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
SendMessageResponse |
SendMessageResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2018. All rights reserved.