Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Classes modeling the various types represented by AmazonSimpleWorkflow.
|
Modifier and Type | Method and Description |
---|---|
LambdaFunctionCompletedEventAttributes |
LambdaFunctionCompletedEventAttributes.clone() |
LambdaFunctionCompletedEventAttributes |
HistoryEvent.getLambdaFunctionCompletedEventAttributes()
Provides details for the
LambdaFunctionCompleted event. |
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)
Provides details for the
LambdaFunctionCompleted event. |
HistoryEvent |
HistoryEvent.withLambdaFunctionCompletedEventAttributes(LambdaFunctionCompletedEventAttributes lambdaFunctionCompletedEventAttributes)
Provides details for the
LambdaFunctionCompleted event. |
Copyright © 2015. All rights reserved.