Uses of Class
software.amazon.awssdk.services.sqs.model.SendMessageResponse
-
Packages that use SendMessageResponse 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 SendMessageResponse in software.amazon.awssdk.services.sqs
Methods in software.amazon.awssdk.services.sqs that return SendMessageResponse Modifier and Type Method Description default SendMessageResponseSqsClient. sendMessage(Consumer<SendMessageRequest.Builder> sendMessageRequest)Delivers a message to the specified queue.default SendMessageResponseSqsClient. sendMessage(SendMessageRequest sendMessageRequest)Delivers a message to the specified queue.Methods in software.amazon.awssdk.services.sqs that return types with arguments of type SendMessageResponse Modifier and Type Method 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. -
Uses of SendMessageResponse in software.amazon.awssdk.services.sqs.batchmanager
Methods in software.amazon.awssdk.services.sqs.batchmanager that return types with arguments of type SendMessageResponse Modifier and Type Method Description default CompletableFuture<SendMessageResponse>SqsAsyncBatchManager. sendMessage(Consumer<SendMessageRequest.Builder> sendMessageRequest)Buffers and batchesSendMessageRequests using aConsumerto configure the request, sending them as aSendMessageBatchRequest.default CompletableFuture<SendMessageResponse>SqsAsyncBatchManager. sendMessage(SendMessageRequest request)Buffers and batchesSendMessageRequests, sending them as aSendMessageBatchRequest. -
Uses of SendMessageResponse in software.amazon.awssdk.services.sqs.internal.batchmanager
Methods in software.amazon.awssdk.services.sqs.internal.batchmanager that return types with arguments of type SendMessageResponse Modifier and Type Method Description protected List<Either<IdentifiableMessage<SendMessageResponse>,IdentifiableMessage<Throwable>>>SendMessageBatchManager. mapBatchResponse(SendMessageBatchResponse batchResponse)CompletableFuture<SendMessageResponse>DefaultSqsAsyncBatchManager. sendMessage(SendMessageRequest request)
-