Uses of Class
software.amazon.awssdk.services.sfn.model.MapRunExecutionCounts
Packages that use MapRunExecutionCounts
-
Uses of MapRunExecutionCounts in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return MapRunExecutionCountsModifier and TypeMethodDescriptionfinal 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 MapRunExecutionCountsModifier and TypeMethodDescriptionDescribeMapRunResponse.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.