Uses of Class
software.amazon.awscdk.services.stepfunctions.ItemBatcher
Packages that use ItemBatcher
Package
Description
AWS Step Functions Construct Library
-
Uses of ItemBatcher in software.amazon.awscdk.services.stepfunctions
Methods in software.amazon.awscdk.services.stepfunctions that return ItemBatcherModifier and TypeMethodDescriptionItemBatcher.Builder.build()default ItemBatcherDistributedMapJsonataProps.getItemBatcher()Specifies to process a group of items in a single child workflow execution.final ItemBatcherDistributedMapJsonataProps.Jsii$Proxy.getItemBatcher()default ItemBatcherDistributedMapJsonPathProps.getItemBatcher()Specifies to process a group of items in a single child workflow execution.final ItemBatcherDistributedMapJsonPathProps.Jsii$Proxy.getItemBatcher()default ItemBatcherDistributedMapProps.getItemBatcher()Specifies to process a group of items in a single child workflow execution.final ItemBatcherDistributedMapProps.Jsii$Proxy.getItemBatcher()Methods in software.amazon.awscdk.services.stepfunctions with parameters of type ItemBatcherModifier and TypeMethodDescriptionDistributedMap.Builder.itemBatcher(ItemBatcher itemBatcher) Specifies to process a group of items in a single child workflow execution.DistributedMapJsonataProps.Builder.itemBatcher(ItemBatcher itemBatcher) Sets the value ofDistributedMapJsonataProps.getItemBatcher()DistributedMapJsonPathProps.Builder.itemBatcher(ItemBatcher itemBatcher) Sets the value ofDistributedMapJsonPathProps.getItemBatcher()DistributedMapProps.Builder.itemBatcher(ItemBatcher itemBatcher) Sets the value ofDistributedMapProps.getItemBatcher()