Uses of Class
com.amazonaws.services.simpleworkflow.model.LambdaFunctionFailedEventAttributes
-
Packages that use LambdaFunctionFailedEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of LambdaFunctionFailedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return LambdaFunctionFailedEventAttributes Modifier and Type Method Description LambdaFunctionFailedEventAttributes
LambdaFunctionFailedEventAttributes. clone()
LambdaFunctionFailedEventAttributes
HistoryEvent. getLambdaFunctionFailedEventAttributes()
LambdaFunctionFailedEventAttributes
LambdaFunctionFailedEventAttributes. withDetails(String details)
The details of the failure (if any).LambdaFunctionFailedEventAttributes
LambdaFunctionFailedEventAttributes. withReason(String reason)
The reason provided for the failure (if any).LambdaFunctionFailedEventAttributes
LambdaFunctionFailedEventAttributes. withScheduledEventId(Long scheduledEventId)
The ID of theLambdaFunctionScheduled
event that was recorded when this AWS Lambda function was scheduled.LambdaFunctionFailedEventAttributes
LambdaFunctionFailedEventAttributes. withStartedEventId(Long startedEventId)
The ID of theLambdaFunctionStarted
event recorded in the history.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type LambdaFunctionFailedEventAttributes Modifier and Type Method Description void
HistoryEvent. setLambdaFunctionFailedEventAttributes(LambdaFunctionFailedEventAttributes lambdaFunctionFailedEventAttributes)
HistoryEvent
HistoryEvent. withLambdaFunctionFailedEventAttributes(LambdaFunctionFailedEventAttributes lambdaFunctionFailedEventAttributes)
-