Uses of Class
com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionFailedEventAttributes
Packages that use ScheduleLambdaFunctionFailedEventAttributes
-
Uses of ScheduleLambdaFunctionFailedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ScheduleLambdaFunctionFailedEventAttributesModifier and TypeMethodDescriptionScheduleLambdaFunctionFailedEventAttributes.clone()
HistoryEvent.getScheduleLambdaFunctionFailedEventAttributes()
ScheduleLambdaFunctionFailedEventAttributes.withCause
(ScheduleLambdaFunctionFailedCause cause) The cause of the failure.The cause of the failure.ScheduleLambdaFunctionFailedEventAttributes.withDecisionTaskCompletedEventId
(Long decisionTaskCompletedEventId) The ID of theDecisionTaskCompleted
event corresponding to the decision that resulted in the scheduling of this AWS Lambda function.The unique Amazon SWF ID of the AWS Lambda task.The name of the scheduled AWS Lambda function.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ScheduleLambdaFunctionFailedEventAttributesModifier and TypeMethodDescriptionvoid
HistoryEvent.setScheduleLambdaFunctionFailedEventAttributes
(ScheduleLambdaFunctionFailedEventAttributes scheduleLambdaFunctionFailedEventAttributes) HistoryEvent.withScheduleLambdaFunctionFailedEventAttributes
(ScheduleLambdaFunctionFailedEventAttributes scheduleLambdaFunctionFailedEventAttributes)