Uses of Class
com.amazonaws.services.simpleworkflow.model.LambdaFunctionCompletedEventAttributes
Packages that use LambdaFunctionCompletedEventAttributes
-
Uses of LambdaFunctionCompletedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return LambdaFunctionCompletedEventAttributesModifier and TypeMethodDescriptionLambdaFunctionCompletedEventAttributes.clone()HistoryEvent.getLambdaFunctionCompletedEventAttributes()LambdaFunctionCompletedEventAttributes.withResult(String result) The result of the function execution (if any).LambdaFunctionCompletedEventAttributes.withScheduledEventId(Long scheduledEventId) The ID of theLambdaFunctionScheduledevent that was recorded when this AWS Lambda function was scheduled.LambdaFunctionCompletedEventAttributes.withStartedEventId(Long startedEventId) The ID of theLambdaFunctionStartedevent recorded in the history.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type LambdaFunctionCompletedEventAttributesModifier and TypeMethodDescriptionvoidHistoryEvent.setLambdaFunctionCompletedEventAttributes(LambdaFunctionCompletedEventAttributes lambdaFunctionCompletedEventAttributes) HistoryEvent.withLambdaFunctionCompletedEventAttributes(LambdaFunctionCompletedEventAttributes lambdaFunctionCompletedEventAttributes)