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