| Package | Description |
|---|---|
| software.amazon.awssdk.services.sqs |
Welcome to the Amazon Simple Queue Service API Reference.
|
| software.amazon.awssdk.services.sqs.buffered | |
| software.amazon.awssdk.services.sqs.transform |
| Modifier and Type | Method and Description |
|---|---|
default ReceiveMessageResponse |
SQSClient.receiveMessage(ReceiveMessageRequest receiveMessageRequest)
Retrieves one or more messages (up to 10), from the specified queue.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ReceiveMessageResponse> |
SQSAsyncClient.receiveMessage(ReceiveMessageRequest receiveMessageRequest)
Retrieves one or more messages (up to 10), from the specified queue.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ReceiveMessageResponse> |
SqsBufferedAsyncClient.receiveMessage(ReceiveMessageRequest receiveMessageRequest) |
software.amazon.awssdk.services.sqs.buffered.QueueBufferFuture<ReceiveMessageRequest,ReceiveMessageResponse> |
ReceiveQueueBuffer.receiveMessageAsync(ReceiveMessageRequest rq,
software.amazon.awssdk.services.sqs.buffered.QueueBufferCallback<ReceiveMessageRequest,ReceiveMessageResponse> callback)
Submits the request for retrieval of messages from the queue and returns a future that will
be signalled when the request is satisfied.
|
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awssdk.services.sqs.buffered.QueueBufferFuture<ReceiveMessageRequest,ReceiveMessageResponse> |
ReceiveQueueBuffer.receiveMessageAsync(ReceiveMessageRequest rq,
software.amazon.awssdk.services.sqs.buffered.QueueBufferCallback<ReceiveMessageRequest,ReceiveMessageResponse> callback)
Submits the request for retrieval of messages from the queue and returns a future that will
be signalled when the request is satisfied.
|
| Modifier and Type | Method and Description |
|---|---|
ReceiveMessageResponse |
ReceiveMessageResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2017. All rights reserved.