Uses of Class
com.amazonaws.services.simpleworkflow.model.LambdaFunctionStartedEventAttributes
-
Packages that use LambdaFunctionStartedEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of LambdaFunctionStartedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return LambdaFunctionStartedEventAttributes Modifier and Type Method Description LambdaFunctionStartedEventAttributes
LambdaFunctionStartedEventAttributes. clone()
LambdaFunctionStartedEventAttributes
HistoryEvent. getLambdaFunctionStartedEventAttributes()
LambdaFunctionStartedEventAttributes
LambdaFunctionStartedEventAttributes. 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 LambdaFunctionStartedEventAttributes Modifier and Type Method Description void
HistoryEvent. setLambdaFunctionStartedEventAttributes(LambdaFunctionStartedEventAttributes lambdaFunctionStartedEventAttributes)
HistoryEvent
HistoryEvent. withLambdaFunctionStartedEventAttributes(LambdaFunctionStartedEventAttributes lambdaFunctionStartedEventAttributes)
-