Uses of Class
software.amazon.awssdk.services.sfn.model.MapRunExecutionCounts
-
Packages that use MapRunExecutionCounts Package Description software.amazon.awssdk.services.sfn.model -
-
Uses of MapRunExecutionCounts in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return MapRunExecutionCounts Modifier and Type Method Description MapRunExecutionCountsDescribeMapRunResponse. executionCounts()A JSON object that contains information about the total number of child workflow executions for the Map Run, and the count of child workflow executions for each status, such asfailedandsucceeded.Methods in software.amazon.awssdk.services.sfn.model with parameters of type MapRunExecutionCounts Modifier and Type Method Description DescribeMapRunResponse.BuilderDescribeMapRunResponse.Builder. executionCounts(MapRunExecutionCounts executionCounts)A JSON object that contains information about the total number of child workflow executions for the Map Run, and the count of child workflow executions for each status, such asfailedandsucceeded.
-