| Package | Description | 
|---|---|
| com.amazonaws.services.stepfunctions.model | 
| Modifier and Type | Method and Description | 
|---|---|
LambdaFunctionSucceededEventDetails | 
LambdaFunctionSucceededEventDetails.clone()  | 
LambdaFunctionSucceededEventDetails | 
HistoryEvent.getLambdaFunctionSucceededEventDetails()
 Contains details about a Lambda function that terminated successfully during an execution. 
 | 
LambdaFunctionSucceededEventDetails | 
LambdaFunctionSucceededEventDetails.withOutput(String output)
 The JSON data output by the Lambda function. 
 | 
LambdaFunctionSucceededEventDetails | 
LambdaFunctionSucceededEventDetails.withOutputDetails(HistoryEventExecutionDataDetails outputDetails)
 Contains details about the output of an execution history event. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HistoryEvent.setLambdaFunctionSucceededEventDetails(LambdaFunctionSucceededEventDetails lambdaFunctionSucceededEventDetails)
 Contains details about a Lambda function that terminated successfully during an execution. 
 | 
HistoryEvent | 
HistoryEvent.withLambdaFunctionSucceededEventDetails(LambdaFunctionSucceededEventDetails lambdaFunctionSucceededEventDetails)
 Contains details about a Lambda function that terminated successfully during an execution. 
 | 
Copyright © 2024. All rights reserved.