Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Modifier and Type | Method and Description |
---|---|
LambdaFunctionCompletedEventAttributes |
LambdaFunctionCompletedEventAttributes.clone() |
LambdaFunctionCompletedEventAttributes |
HistoryEvent.getLambdaFunctionCompletedEventAttributes()
Provides the details of the
LambdaFunctionCompleted event. |
LambdaFunctionCompletedEventAttributes |
LambdaFunctionCompletedEventAttributes.withResult(String result)
The results of the Lambda task.
|
LambdaFunctionCompletedEventAttributes |
LambdaFunctionCompletedEventAttributes.withScheduledEventId(Long scheduledEventId)
The ID of the
LambdaFunctionScheduled event that was recorded when this Lambda task was scheduled. |
LambdaFunctionCompletedEventAttributes |
LambdaFunctionCompletedEventAttributes.withStartedEventId(Long startedEventId)
The ID of the
LambdaFunctionStarted event recorded when this activity task started. |
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setLambdaFunctionCompletedEventAttributes(LambdaFunctionCompletedEventAttributes lambdaFunctionCompletedEventAttributes)
Provides the details of the
LambdaFunctionCompleted event. |
HistoryEvent |
HistoryEvent.withLambdaFunctionCompletedEventAttributes(LambdaFunctionCompletedEventAttributes lambdaFunctionCompletedEventAttributes)
Provides the details of the
LambdaFunctionCompleted event. |
Copyright © 2019. All rights reserved.