Uses of Class
com.amazonaws.services.simpleworkflow.model.LambdaFunctionCompletedEventAttributes
-
Packages that use LambdaFunctionCompletedEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of LambdaFunctionCompletedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return LambdaFunctionCompletedEventAttributes Modifier and Type Method Description LambdaFunctionCompletedEventAttributes
LambdaFunctionCompletedEventAttributes. clone()
LambdaFunctionCompletedEventAttributes
HistoryEvent. getLambdaFunctionCompletedEventAttributes()
LambdaFunctionCompletedEventAttributes
LambdaFunctionCompletedEventAttributes. withResult(String result)
The result of the function execution (if any).LambdaFunctionCompletedEventAttributes
LambdaFunctionCompletedEventAttributes. withScheduledEventId(Long scheduledEventId)
The ID of theLambdaFunctionScheduled
event that was recorded when this AWS Lambda function was scheduled.LambdaFunctionCompletedEventAttributes
LambdaFunctionCompletedEventAttributes. withStartedEventId(Long startedEventId)
The ID of theLambdaFunctionStarted
event recorded in the history.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type LambdaFunctionCompletedEventAttributes Modifier and Type Method Description void
HistoryEvent. setLambdaFunctionCompletedEventAttributes(LambdaFunctionCompletedEventAttributes lambdaFunctionCompletedEventAttributes)
HistoryEvent
HistoryEvent. withLambdaFunctionCompletedEventAttributes(LambdaFunctionCompletedEventAttributes lambdaFunctionCompletedEventAttributes)
-