Uses of Class
software.amazon.awssdk.services.sqs.internal.batchmanager.ResponseBatchConfiguration
Packages that use ResponseBatchConfiguration
-
Uses of ResponseBatchConfiguration in software.amazon.awssdk.services.sqs.internal.batchmanager
Methods in software.amazon.awssdk.services.sqs.internal.batchmanager that return ResponseBatchConfigurationMethods in software.amazon.awssdk.services.sqs.internal.batchmanager with parameters of type ResponseBatchConfigurationModifier and TypeMethodDescriptionReceiveQueueBuffer.Builder.config(ResponseBatchConfiguration config) Constructors in software.amazon.awssdk.services.sqs.internal.batchmanager with parameters of type ResponseBatchConfigurationModifierConstructorDescriptionReceiveBatchManager(SqsAsyncClient sqsClient, ScheduledExecutorService executor, ResponseBatchConfiguration config, String queueUrl) ReceiveMessageBatchManager(SqsAsyncClient sqsClient, ScheduledExecutorService executor, ResponseBatchConfiguration config) ReceiveSqsMessageHelper(String queueUrl, SqsAsyncClient asyncClient, Duration visibilityTimeout, ResponseBatchConfiguration config)