Uses of Class
com.amazonaws.services.simpleworkflow.model.LambdaFunctionScheduledEventAttributes
Packages that use LambdaFunctionScheduledEventAttributes
-
Uses of LambdaFunctionScheduledEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return LambdaFunctionScheduledEventAttributesModifier and TypeMethodDescriptionLambdaFunctionScheduledEventAttributes.clone()
HistoryEvent.getLambdaFunctionScheduledEventAttributes()
LambdaFunctionScheduledEventAttributes.withDecisionTaskCompletedEventId
(Long decisionTaskCompletedEventId) The ID of theDecisionTaskCompleted
event for the decision that resulted in the scheduling of this AWS Lambda function.The unique Amazon SWF ID for the AWS Lambda task.Input provided to the AWS Lambda function.The name of the scheduled AWS Lambda function.LambdaFunctionScheduledEventAttributes.withStartToCloseTimeout
(String startToCloseTimeout) The maximum time, in seconds, that the AWS Lambda function can take to execute from start to close before it is marked as failed.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type LambdaFunctionScheduledEventAttributesModifier and TypeMethodDescriptionvoid
HistoryEvent.setLambdaFunctionScheduledEventAttributes
(LambdaFunctionScheduledEventAttributes lambdaFunctionScheduledEventAttributes) HistoryEvent.withLambdaFunctionScheduledEventAttributes
(LambdaFunctionScheduledEventAttributes lambdaFunctionScheduledEventAttributes)