Uses of Class
software.amazon.awssdk.services.sqs.model.SendMessageBatchResponse
-
Packages that use SendMessageBatchResponse Package Description software.amazon.awssdk.services.sqs Welcome to the Amazon SQS API Reference.software.amazon.awssdk.services.sqs.internal.batchmanager -
-
Uses of SendMessageBatchResponse in software.amazon.awssdk.services.sqs
Methods in software.amazon.awssdk.services.sqs that return SendMessageBatchResponse Modifier and Type Method Description default SendMessageBatchResponseSqsClient. sendMessageBatch(Consumer<SendMessageBatchRequest.Builder> sendMessageBatchRequest)You can useSendMessageBatchto send up to 10 messages to the specified queue by assigning either identical or different values to each message (or by not assigning values at all).default SendMessageBatchResponseSqsClient. sendMessageBatch(SendMessageBatchRequest sendMessageBatchRequest)You can useSendMessageBatchto send up to 10 messages to the specified queue by assigning either identical or different values to each message (or by not assigning values at all).Methods in software.amazon.awssdk.services.sqs that return types with arguments of type SendMessageBatchResponse Modifier and Type Method Description default CompletableFuture<SendMessageBatchResponse>SqsAsyncClient. sendMessageBatch(Consumer<SendMessageBatchRequest.Builder> sendMessageBatchRequest)You can useSendMessageBatchto send up to 10 messages to the specified queue by assigning either identical or different values to each message (or by not assigning values at all).default CompletableFuture<SendMessageBatchResponse>SqsAsyncClient. sendMessageBatch(SendMessageBatchRequest sendMessageBatchRequest)You can useSendMessageBatchto send up to 10 messages to the specified queue by assigning either identical or different values to each message (or by not assigning values at all). -
Uses of SendMessageBatchResponse in software.amazon.awssdk.services.sqs.internal.batchmanager
Methods in software.amazon.awssdk.services.sqs.internal.batchmanager that return types with arguments of type SendMessageBatchResponse Modifier and Type Method Description protected CompletableFuture<SendMessageBatchResponse>SendMessageBatchManager. batchAndSend(List<IdentifiableMessage<SendMessageRequest>> identifiedRequests, String batchKey)Methods in software.amazon.awssdk.services.sqs.internal.batchmanager with parameters of type SendMessageBatchResponse Modifier and Type Method Description protected List<Either<IdentifiableMessage<SendMessageResponse>,IdentifiableMessage<Throwable>>>SendMessageBatchManager. mapBatchResponse(SendMessageBatchResponse batchResponse)
-