Uses of Class
com.amazonaws.services.simpleworkflow.model.ScheduleLambdaFunctionDecisionAttributes
Packages that use ScheduleLambdaFunctionDecisionAttributes
-
Uses of ScheduleLambdaFunctionDecisionAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ScheduleLambdaFunctionDecisionAttributesModifier and TypeMethodDescriptionScheduleLambdaFunctionDecisionAttributes.clone()
Decision.getScheduleLambdaFunctionDecisionAttributes()
Required. The SWFid
of the AWS Lambda task.The input provided to the AWS Lambda function.Required. The name of the AWS Lambda function to invoke.ScheduleLambdaFunctionDecisionAttributes.withStartToCloseTimeout
(String startToCloseTimeout) If set, specifies the maximum duration the function may take to execute.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ScheduleLambdaFunctionDecisionAttributesModifier and TypeMethodDescriptionvoid
Decision.setScheduleLambdaFunctionDecisionAttributes
(ScheduleLambdaFunctionDecisionAttributes scheduleLambdaFunctionDecisionAttributes) Decision.withScheduleLambdaFunctionDecisionAttributes
(ScheduleLambdaFunctionDecisionAttributes scheduleLambdaFunctionDecisionAttributes)