Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Modifier and Type | Method and Description |
---|---|
LambdaFunctionCompletedEventAttributes |
LambdaFunctionCompletedEventAttributes.clone() |
LambdaFunctionCompletedEventAttributes |
HistoryEvent.getLambdaFunctionCompletedEventAttributes() |
LambdaFunctionCompletedEventAttributes |
LambdaFunctionCompletedEventAttributes.withResult(String result)
The result of the function execution (if any).
|
LambdaFunctionCompletedEventAttributes |
LambdaFunctionCompletedEventAttributes.withScheduledEventId(Long scheduledEventId)
The ID of the
LambdaFunctionScheduled event that was
recorded when this AWS Lambda function was scheduled. |
LambdaFunctionCompletedEventAttributes |
LambdaFunctionCompletedEventAttributes.withStartedEventId(Long startedEventId)
The ID of the
LambdaFunctionStarted event recorded in the
history. |
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setLambdaFunctionCompletedEventAttributes(LambdaFunctionCompletedEventAttributes lambdaFunctionCompletedEventAttributes) |
HistoryEvent |
HistoryEvent.withLambdaFunctionCompletedEventAttributes(LambdaFunctionCompletedEventAttributes lambdaFunctionCompletedEventAttributes) |
Copyright © 2018. All rights reserved.