| Package | Description | 
|---|---|
| com.amazonaws.services.stepfunctions.model | 
| Modifier and Type | Method and Description | 
|---|---|
| MapIterationEventDetails | MapIterationEventDetails. clone() | 
| MapIterationEventDetails | HistoryEvent. getMapIterationAbortedEventDetails()
 Contains details about an iteration of a Map state that was aborted. | 
| MapIterationEventDetails | HistoryEvent. getMapIterationFailedEventDetails()
 Contains details about an iteration of a Map state that failed. | 
| MapIterationEventDetails | HistoryEvent. getMapIterationStartedEventDetails()
 Contains details about an iteration of a Map state that was started. | 
| MapIterationEventDetails | HistoryEvent. getMapIterationSucceededEventDetails()
 Contains details about an iteration of a Map state that succeeded. | 
| MapIterationEventDetails | MapIterationEventDetails. withIndex(Integer index)
 The index of the array belonging to the Map state iteration. | 
| MapIterationEventDetails | MapIterationEventDetails. withName(String name)
 The name of the iteration’s parent Map state. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HistoryEvent. setMapIterationAbortedEventDetails(MapIterationEventDetails mapIterationAbortedEventDetails)
 Contains details about an iteration of a Map state that was aborted. | 
| void | HistoryEvent. setMapIterationFailedEventDetails(MapIterationEventDetails mapIterationFailedEventDetails)
 Contains details about an iteration of a Map state that failed. | 
| void | HistoryEvent. setMapIterationStartedEventDetails(MapIterationEventDetails mapIterationStartedEventDetails)
 Contains details about an iteration of a Map state that was started. | 
| void | HistoryEvent. setMapIterationSucceededEventDetails(MapIterationEventDetails mapIterationSucceededEventDetails)
 Contains details about an iteration of a Map state that succeeded. | 
| HistoryEvent | HistoryEvent. withMapIterationAbortedEventDetails(MapIterationEventDetails mapIterationAbortedEventDetails)
 Contains details about an iteration of a Map state that was aborted. | 
| HistoryEvent | HistoryEvent. withMapIterationFailedEventDetails(MapIterationEventDetails mapIterationFailedEventDetails)
 Contains details about an iteration of a Map state that failed. | 
| HistoryEvent | HistoryEvent. withMapIterationStartedEventDetails(MapIterationEventDetails mapIterationStartedEventDetails)
 Contains details about an iteration of a Map state that was started. | 
| HistoryEvent | HistoryEvent. withMapIterationSucceededEventDetails(MapIterationEventDetails mapIterationSucceededEventDetails)
 Contains details about an iteration of a Map state that succeeded. | 
Copyright © 2022. All rights reserved.