Uses of Class
software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResponse
Packages that use DeleteMessageBatchResponse
Package
Description
Welcome to the Amazon SQS API Reference.
-
Uses of DeleteMessageBatchResponse in software.amazon.awssdk.services.sqs
Methods in software.amazon.awssdk.services.sqs that return DeleteMessageBatchResponseModifier and TypeMethodDescriptiondefault DeleteMessageBatchResponseSqsClient.deleteMessageBatch(Consumer<DeleteMessageBatchRequest.Builder> deleteMessageBatchRequest) Deletes up to ten messages from the specified queue.default DeleteMessageBatchResponseSqsClient.deleteMessageBatch(DeleteMessageBatchRequest deleteMessageBatchRequest) Deletes up to ten messages from the specified queue.Methods in software.amazon.awssdk.services.sqs that return types with arguments of type DeleteMessageBatchResponseModifier and TypeMethodDescriptionSqsAsyncClient.deleteMessageBatch(Consumer<DeleteMessageBatchRequest.Builder> deleteMessageBatchRequest) Deletes up to ten messages from the specified queue.SqsAsyncClient.deleteMessageBatch(DeleteMessageBatchRequest deleteMessageBatchRequest) Deletes up to ten messages from the specified queue. -
Uses of DeleteMessageBatchResponse in software.amazon.awssdk.services.sqs.internal.batchmanager
Methods in software.amazon.awssdk.services.sqs.internal.batchmanager that return types with arguments of type DeleteMessageBatchResponseModifier and TypeMethodDescriptionprotected CompletableFuture<DeleteMessageBatchResponse>DeleteMessageBatchManager.batchAndSend(List<IdentifiableMessage<DeleteMessageRequest>> identifiedRequests, String batchKey) Methods in software.amazon.awssdk.services.sqs.internal.batchmanager with parameters of type DeleteMessageBatchResponseModifier and TypeMethodDescriptionDeleteMessageBatchManager.mapBatchResponse(DeleteMessageBatchResponse batchResponse)