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 LambdaFunctionCompletedEventAttributesLambdaFunctionCompletedEventAttributes. clone()LambdaFunctionCompletedEventAttributesHistoryEvent. getLambdaFunctionCompletedEventAttributes()LambdaFunctionCompletedEventAttributesLambdaFunctionCompletedEventAttributes. withResult(String result)The result of the function execution (if any).LambdaFunctionCompletedEventAttributesLambdaFunctionCompletedEventAttributes. withScheduledEventId(Long scheduledEventId)The ID of theLambdaFunctionScheduledevent that was recorded when this AWS Lambda function was scheduled.LambdaFunctionCompletedEventAttributesLambdaFunctionCompletedEventAttributes. withStartedEventId(Long startedEventId)The ID of theLambdaFunctionStartedevent recorded in the history.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type LambdaFunctionCompletedEventAttributes Modifier and Type Method Description voidHistoryEvent. setLambdaFunctionCompletedEventAttributes(LambdaFunctionCompletedEventAttributes lambdaFunctionCompletedEventAttributes)HistoryEventHistoryEvent. withLambdaFunctionCompletedEventAttributes(LambdaFunctionCompletedEventAttributes lambdaFunctionCompletedEventAttributes)
-