Uses of Class
com.amazonaws.services.simpleworkflow.model.StartLambdaFunctionFailedEventAttributes
Packages that use StartLambdaFunctionFailedEventAttributes
-
Uses of StartLambdaFunctionFailedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return StartLambdaFunctionFailedEventAttributesModifier and TypeMethodDescriptionStartLambdaFunctionFailedEventAttributes.clone()
HistoryEvent.getStartLambdaFunctionFailedEventAttributes()
StartLambdaFunctionFailedEventAttributes.withCause
(StartLambdaFunctionFailedCause cause) The cause of the failure.The cause of the failure.StartLambdaFunctionFailedEventAttributes.withMessage
(String message) The error message (if any).StartLambdaFunctionFailedEventAttributes.withScheduledEventId
(Long scheduledEventId) The ID of theLambdaFunctionScheduled
event that was recorded when this AWS Lambda function was scheduled.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type StartLambdaFunctionFailedEventAttributesModifier and TypeMethodDescriptionvoid
HistoryEvent.setStartLambdaFunctionFailedEventAttributes
(StartLambdaFunctionFailedEventAttributes startLambdaFunctionFailedEventAttributes) HistoryEvent.withStartLambdaFunctionFailedEventAttributes
(StartLambdaFunctionFailedEventAttributes startLambdaFunctionFailedEventAttributes)