Uses of Class
software.amazon.awssdk.services.sqs.model.ReceiveMessageResponse
-
Packages that use ReceiveMessageResponse Package Description software.amazon.awssdk.services.sqs Welcome to the Amazon SQS API Reference.software.amazon.awssdk.services.sqs.batchmanager software.amazon.awssdk.services.sqs.internal.batchmanager -
-
Uses of ReceiveMessageResponse in software.amazon.awssdk.services.sqs
Methods in software.amazon.awssdk.services.sqs that return ReceiveMessageResponse Modifier and Type Method Description default ReceiveMessageResponse
SqsClient. receiveMessage(Consumer<ReceiveMessageRequest.Builder> receiveMessageRequest)
Retrieves one or more messages (up to 10), from the specified queue.default ReceiveMessageResponse
SqsClient. receiveMessage(ReceiveMessageRequest receiveMessageRequest)
Retrieves one or more messages (up to 10), from the specified queue.Methods in software.amazon.awssdk.services.sqs that return types with arguments of type ReceiveMessageResponse Modifier and Type Method Description default CompletableFuture<ReceiveMessageResponse>
SqsAsyncClient. receiveMessage(Consumer<ReceiveMessageRequest.Builder> receiveMessageRequest)
Retrieves one or more messages (up to 10), from the specified queue.default CompletableFuture<ReceiveMessageResponse>
SqsAsyncClient. receiveMessage(ReceiveMessageRequest receiveMessageRequest)
Retrieves one or more messages (up to 10), from the specified queue. -
Uses of ReceiveMessageResponse in software.amazon.awssdk.services.sqs.batchmanager
Methods in software.amazon.awssdk.services.sqs.batchmanager that return types with arguments of type ReceiveMessageResponse Modifier and Type Method Description default CompletableFuture<ReceiveMessageResponse>
SqsAsyncBatchManager. receiveMessage(Consumer<ReceiveMessageRequest.Builder> request)
Buffers and retrieves messages withReceiveMessageRequest
using aConsumer
to configure the request, with a maximum of 10 messages per request.default CompletableFuture<ReceiveMessageResponse>
SqsAsyncBatchManager. receiveMessage(ReceiveMessageRequest request)
Buffers and retrieves messages withReceiveMessageRequest
, with a maximum of 10 messages per request. -
Uses of ReceiveMessageResponse in software.amazon.awssdk.services.sqs.internal.batchmanager
Methods in software.amazon.awssdk.services.sqs.internal.batchmanager that return types with arguments of type ReceiveMessageResponse Modifier and Type Method Description CompletableFuture<ReceiveMessageResponse>
ReceiveMessageBatchManager. batchRequest(ReceiveMessageRequest request)
CompletableFuture<ReceiveMessageResponse>
ReceiveBatchManager. processRequest(ReceiveMessageRequest rq)
CompletableFuture<ReceiveMessageResponse>
DefaultSqsAsyncBatchManager. receiveMessage(ReceiveMessageRequest request)
Method parameters in software.amazon.awssdk.services.sqs.internal.batchmanager with type arguments of type ReceiveMessageResponse Modifier and Type Method Description void
ReceiveQueueBuffer. receiveMessage(CompletableFuture<ReceiveMessageResponse> receiveMessageFuture, int numMessages)
-