| Package | Description | 
|---|---|
| com.amazonaws.services.stepfunctions.model | 
| Modifier and Type | Method and Description | 
|---|---|
MapRunRedrivenEventDetails | 
MapRunRedrivenEventDetails.clone()  | 
MapRunRedrivenEventDetails | 
HistoryEvent.getMapRunRedrivenEventDetails()
 Contains details about the redrive attempt of a Map Run. 
 | 
MapRunRedrivenEventDetails | 
MapRunRedrivenEventDetails.withMapRunArn(String mapRunArn)
 The Amazon Resource Name (ARN) of a Map Run that was redriven. 
 | 
MapRunRedrivenEventDetails | 
MapRunRedrivenEventDetails.withRedriveCount(Integer redriveCount)
 The number of times the Map Run has been redriven at this point in the execution's history including this event. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HistoryEvent.setMapRunRedrivenEventDetails(MapRunRedrivenEventDetails mapRunRedrivenEventDetails)
 Contains details about the redrive attempt of a Map Run. 
 | 
HistoryEvent | 
HistoryEvent.withMapRunRedrivenEventDetails(MapRunRedrivenEventDetails mapRunRedrivenEventDetails)
 Contains details about the redrive attempt of a Map Run. 
 | 
Copyright © 2024. All rights reserved.