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 LambdaFunctionStartedEventAttributesLambdaFunctionStartedEventAttributes. clone()LambdaFunctionStartedEventAttributesHistoryEvent. getLambdaFunctionStartedEventAttributes()LambdaFunctionStartedEventAttributesLambdaFunctionStartedEventAttributes. withScheduledEventId(Long scheduledEventId)The ID of theLambdaFunctionScheduledevent 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 voidHistoryEvent. setLambdaFunctionStartedEventAttributes(LambdaFunctionStartedEventAttributes lambdaFunctionStartedEventAttributes)HistoryEventHistoryEvent. withLambdaFunctionStartedEventAttributes(LambdaFunctionStartedEventAttributes lambdaFunctionStartedEventAttributes)
-