Uses of Class
software.amazon.awssdk.services.sqs.internal.batchmanager.RequestBatchConfiguration.Builder
-
Packages that use RequestBatchConfiguration.Builder Package Description software.amazon.awssdk.services.sqs.internal.batchmanager -
-
Uses of RequestBatchConfiguration.Builder in software.amazon.awssdk.services.sqs.internal.batchmanager
Methods in software.amazon.awssdk.services.sqs.internal.batchmanager that return RequestBatchConfiguration.Builder Modifier and Type Method Description static RequestBatchConfiguration.BuilderRequestBatchConfiguration. builder()static RequestBatchConfiguration.BuilderRequestBatchConfiguration. builder(BatchOverrideConfiguration configuration)RequestBatchConfiguration.BuilderRequestBatchConfiguration.Builder. maxBatchBytesSize(Integer maxBatchBytesSize)RequestBatchConfiguration.BuilderRequestBatchConfiguration.Builder. maxBatchItems(Integer maxBatchItems)RequestBatchConfiguration.BuilderRequestBatchConfiguration.Builder. maxBatchKeys(Integer maxBatchKeys)RequestBatchConfiguration.BuilderRequestBatchConfiguration.Builder. maxBufferSize(Integer maxBufferSize)RequestBatchConfiguration.BuilderRequestBatchConfiguration.Builder. sendRequestFrequency(Duration sendRequestFrequency)
-