Uses of Class
software.amazon.awssdk.services.sfn.model.MapRunItemCounts
-
Packages that use MapRunItemCounts Package Description software.amazon.awssdk.services.sfn.model -
-
Uses of MapRunItemCounts in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return MapRunItemCounts Modifier and Type Method Description MapRunItemCountsDescribeMapRunResponse. itemCounts()A JSON object that contains information about the total number of items, and the item count for each processing status, such aspendingandfailed.Methods in software.amazon.awssdk.services.sfn.model with parameters of type MapRunItemCounts Modifier and Type Method Description DescribeMapRunResponse.BuilderDescribeMapRunResponse.Builder. itemCounts(MapRunItemCounts itemCounts)A JSON object that contains information about the total number of items, and the item count for each processing status, such aspendingandfailed.
-