Package | Description |
---|---|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
MapRunExecutionCounts |
MapRunExecutionCounts.clone() |
MapRunExecutionCounts |
DescribeMapRunResult.getExecutionCounts()
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 as
failed and succeeded . |
MapRunExecutionCounts |
MapRunExecutionCounts.withAborted(Long aborted)
The total number of child workflow executions that were started by a Map Run and were running, but were either
stopped by the user or by Step Functions because the Map Run failed.
|
MapRunExecutionCounts |
MapRunExecutionCounts.withFailed(Long failed)
The total number of child workflow executions that were started by a Map Run, but have failed.
|
MapRunExecutionCounts |
MapRunExecutionCounts.withPending(Long pending)
The total number of child workflow executions that were started by a Map Run, but haven't started executing yet.
|
MapRunExecutionCounts |
MapRunExecutionCounts.withResultsWritten(Long resultsWritten)
Returns the count of child workflow executions whose results were written by
ResultWriter . |
MapRunExecutionCounts |
MapRunExecutionCounts.withRunning(Long running)
The total number of child workflow executions that were started by a Map Run and are currently in-progress.
|
MapRunExecutionCounts |
MapRunExecutionCounts.withSucceeded(Long succeeded)
The total number of child workflow executions that were started by a Map Run and have completed successfully.
|
MapRunExecutionCounts |
MapRunExecutionCounts.withTimedOut(Long timedOut)
The total number of child workflow executions that were started by a Map Run and have timed out.
|
MapRunExecutionCounts |
MapRunExecutionCounts.withTotal(Long total)
The total number of child workflow executions that were started by a Map Run.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeMapRunResult.setExecutionCounts(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 as
failed and succeeded . |
DescribeMapRunResult |
DescribeMapRunResult.withExecutionCounts(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 as
failed and succeeded . |
Copyright © 2023. All rights reserved.