Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private LambdaFunctionCompletedEventAttributes |
HistoryEvent.lambdaFunctionCompletedEventAttributes |
Modifier and Type | Method and Description |
---|---|
LambdaFunctionCompletedEventAttributes |
LambdaFunctionCompletedEventAttributes.clone() |
LambdaFunctionCompletedEventAttributes |
HistoryEvent.getLambdaFunctionCompletedEventAttributes() |
LambdaFunctionCompletedEventAttributes |
LambdaFunctionCompletedEventAttributes.withResult(java.lang.String result)
The result of the function execution (if any).
|
LambdaFunctionCompletedEventAttributes |
LambdaFunctionCompletedEventAttributes.withScheduledEventId(java.lang.Long scheduledEventId)
The ID of the
LambdaFunctionScheduled event that was
recorded when this AWS Lambda function was scheduled. |
LambdaFunctionCompletedEventAttributes |
LambdaFunctionCompletedEventAttributes.withStartedEventId(java.lang.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) |
Modifier and Type | Method and Description |
---|---|
LambdaFunctionCompletedEventAttributes |
LambdaFunctionCompletedEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
LambdaFunctionCompletedEventAttributesJsonMarshaller.marshall(LambdaFunctionCompletedEventAttributes lambdaFunctionCompletedEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|