Uses of Class
software.amazon.awssdk.services.sqs.batchmanager.BatchOverrideConfiguration
-
Packages that use BatchOverrideConfiguration Package Description software.amazon.awssdk.services.sqs.batchmanager software.amazon.awssdk.services.sqs.internal.batchmanager -
-
Uses of BatchOverrideConfiguration in software.amazon.awssdk.services.sqs.batchmanager
Methods in software.amazon.awssdk.services.sqs.batchmanager that return BatchOverrideConfiguration Modifier and Type Method Description BatchOverrideConfigurationBatchOverrideConfiguration.Builder. build()Builds a newBatchOverrideConfigurationobject based on the values set in this builder.Methods in software.amazon.awssdk.services.sqs.batchmanager with parameters of type BatchOverrideConfiguration Modifier and Type Method Description SqsAsyncBatchManager.BuilderSqsAsyncBatchManager.Builder. overrideConfiguration(BatchOverrideConfiguration overrideConfiguration)Sets custom overrides for the BatchManager configuration. -
Uses of BatchOverrideConfiguration in software.amazon.awssdk.services.sqs.internal.batchmanager
Methods in software.amazon.awssdk.services.sqs.internal.batchmanager with parameters of type BatchOverrideConfiguration Modifier and Type Method Description static RequestBatchConfiguration.BuilderRequestBatchConfiguration. builder(BatchOverrideConfiguration configuration)static ResponseBatchConfiguration.BuilderResponseBatchConfiguration. builder(BatchOverrideConfiguration overrideConfiguration)SqsAsyncBatchManager.BuilderDefaultSqsAsyncBatchManager.DefaultBuilder. overrideConfiguration(BatchOverrideConfiguration overrideConfiguration)
-