Package | Description |
---|---|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
MapRunItemCounts |
MapRunItemCounts.clone() |
MapRunItemCounts |
DescribeMapRunResult.getItemCounts()
A JSON object that contains information about the total number of items, and the item count for each processing
status, such as
pending and failed . |
MapRunItemCounts |
MapRunItemCounts.withAborted(Long aborted)
The total number of items processed in child workflow executions that were either stopped by the user or by Step
Functions, because the Map Run failed.
|
MapRunItemCounts |
MapRunItemCounts.withFailed(Long failed)
The total number of items processed in child workflow executions that have failed.
|
MapRunItemCounts |
MapRunItemCounts.withFailuresNotRedrivable(Long failuresNotRedrivable)
The number of
FAILED , ABORTED , or TIMED_OUT items in child workflow
executions that cannot be redriven because the execution status of those child workflows is terminal. |
MapRunItemCounts |
MapRunItemCounts.withPending(Long pending)
The total number of items to process in child workflow executions that haven't started running yet.
|
MapRunItemCounts |
MapRunItemCounts.withPendingRedrive(Long pendingRedrive)
The number of unsuccessful items in child workflow executions currently waiting to be redriven.
|
MapRunItemCounts |
MapRunItemCounts.withResultsWritten(Long resultsWritten)
Returns the count of items whose results were written by
ResultWriter . |
MapRunItemCounts |
MapRunItemCounts.withRunning(Long running)
The total number of items being processed in child workflow executions that are currently in-progress.
|
MapRunItemCounts |
MapRunItemCounts.withSucceeded(Long succeeded)
The total number of items processed in child workflow executions that have completed successfully.
|
MapRunItemCounts |
MapRunItemCounts.withTimedOut(Long timedOut)
The total number of items processed in child workflow executions that have timed out.
|
MapRunItemCounts |
MapRunItemCounts.withTotal(Long total)
The total number of items processed in all the child workflow executions started by a Map Run.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeMapRunResult.setItemCounts(MapRunItemCounts itemCounts)
A JSON object that contains information about the total number of items, and the item count for each processing
status, such as
pending and failed . |
DescribeMapRunResult |
DescribeMapRunResult.withItemCounts(MapRunItemCounts itemCounts)
A JSON object that contains information about the total number of items, and the item count for each processing
status, such as
pending and failed . |
Copyright © 2024. All rights reserved.