Uses of Class
software.amazon.awssdk.services.sqs.model.SendMessageResponse
Packages that use SendMessageResponse
Package
Description
Welcome to the Amazon SQS API Reference.
-
Uses of SendMessageResponse in software.amazon.awssdk.services.sqs
Methods in software.amazon.awssdk.services.sqs that return SendMessageResponseModifier and TypeMethodDescriptiondefault 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 SendMessageResponseModifier and TypeMethodDescriptiondefault 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 SendMessageResponseModifier and TypeMethodDescriptiondefault 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 SendMessageResponseModifier and TypeMethodDescriptionprotected List<Either<IdentifiableMessage<SendMessageResponse>,IdentifiableMessage<Throwable>>> SendMessageBatchManager.mapBatchResponse(SendMessageBatchResponse batchResponse) DefaultSqsAsyncBatchManager.sendMessage(SendMessageRequest request)