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 theLambdaFunctionScheduled
event that was recorded when this AWS Lambda function was scheduled.LambdaFunctionCompletedEventAttributes.withStartedEventId
(Long startedEventId) The ID of theLambdaFunctionStarted
event recorded in the history.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type LambdaFunctionCompletedEventAttributesModifier and TypeMethodDescriptionvoid
HistoryEvent.setLambdaFunctionCompletedEventAttributes
(LambdaFunctionCompletedEventAttributes lambdaFunctionCompletedEventAttributes) HistoryEvent.withLambdaFunctionCompletedEventAttributes
(LambdaFunctionCompletedEventAttributes lambdaFunctionCompletedEventAttributes)