Uses of Class
software.amazon.awssdk.services.sqs.model.DeleteMessageBatchResponse
-
Packages that use DeleteMessageBatchResponse Package Description software.amazon.awssdk.services.sqs Welcome to the Amazon SQS API Reference.software.amazon.awssdk.services.sqs.internal.batchmanager -
-
Uses of DeleteMessageBatchResponse in software.amazon.awssdk.services.sqs
Methods in software.amazon.awssdk.services.sqs that return DeleteMessageBatchResponse Modifier and Type Method Description default 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 DeleteMessageBatchResponse Modifier and Type Method Description default CompletableFuture<DeleteMessageBatchResponse>SqsAsyncClient. deleteMessageBatch(Consumer<DeleteMessageBatchRequest.Builder> deleteMessageBatchRequest)Deletes up to ten messages from the specified queue.default CompletableFuture<DeleteMessageBatchResponse>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 DeleteMessageBatchResponse Modifier and Type Method Description protected CompletableFuture<DeleteMessageBatchResponse>DeleteMessageBatchManager. batchAndSend(List<IdentifiableMessage<DeleteMessageRequest>> identifiedRequests, String batchKey)Methods in software.amazon.awssdk.services.sqs.internal.batchmanager with parameters of type DeleteMessageBatchResponse Modifier and Type Method Description protected List<Either<IdentifiableMessage<DeleteMessageResponse>,IdentifiableMessage<Throwable>>>DeleteMessageBatchManager. mapBatchResponse(DeleteMessageBatchResponse batchResponse)
-