Uses of Class
software.amazon.awssdk.services.sqs.internal.batchmanager.ResponseBatchConfiguration
-
Packages that use ResponseBatchConfiguration Package Description software.amazon.awssdk.services.sqs.internal.batchmanager -
-
Uses of ResponseBatchConfiguration in software.amazon.awssdk.services.sqs.internal.batchmanager
Methods in software.amazon.awssdk.services.sqs.internal.batchmanager that return ResponseBatchConfiguration Modifier and Type Method Description ResponseBatchConfigurationResponseBatchConfiguration.Builder. build()Methods in software.amazon.awssdk.services.sqs.internal.batchmanager with parameters of type ResponseBatchConfiguration Modifier and Type Method Description ReceiveQueueBuffer.BuilderReceiveQueueBuffer.Builder. config(ResponseBatchConfiguration config)Constructors in software.amazon.awssdk.services.sqs.internal.batchmanager with parameters of type ResponseBatchConfiguration Constructor Description ReceiveBatchManager(SqsAsyncClient sqsClient, ScheduledExecutorService executor, ResponseBatchConfiguration config, String queueUrl)ReceiveMessageBatchManager(SqsAsyncClient sqsClient, ScheduledExecutorService executor, ResponseBatchConfiguration config)ReceiveSqsMessageHelper(String queueUrl, SqsAsyncClient asyncClient, Duration visibilityTimeout, ResponseBatchConfiguration config)
-