| Package | Description |
|---|---|
| com.amazonaws.services.simpleworkflow.model | |
| com.amazonaws.services.simpleworkflow.model.transform |
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionFailedEventAttributes |
LambdaFunctionFailedEventAttributes.clone() |
LambdaFunctionFailedEventAttributes |
HistoryEvent.getLambdaFunctionFailedEventAttributes() |
LambdaFunctionFailedEventAttributes |
LambdaFunctionFailedEventAttributes.withDetails(String details)
The details of the failure (if any).
|
LambdaFunctionFailedEventAttributes |
LambdaFunctionFailedEventAttributes.withReason(String reason)
The reason provided for the failure (if any).
|
LambdaFunctionFailedEventAttributes |
LambdaFunctionFailedEventAttributes.withScheduledEventId(Long scheduledEventId)
The ID of the
LambdaFunctionScheduled event that was recorded when this AWS Lambda function was
scheduled. |
LambdaFunctionFailedEventAttributes |
LambdaFunctionFailedEventAttributes.withStartedEventId(Long startedEventId)
The ID of the
LambdaFunctionStarted event recorded in the history. |
| Modifier and Type | Method and Description |
|---|---|
void |
HistoryEvent.setLambdaFunctionFailedEventAttributes(LambdaFunctionFailedEventAttributes lambdaFunctionFailedEventAttributes) |
HistoryEvent |
HistoryEvent.withLambdaFunctionFailedEventAttributes(LambdaFunctionFailedEventAttributes lambdaFunctionFailedEventAttributes) |
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionFailedEventAttributes |
LambdaFunctionFailedEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
LambdaFunctionFailedEventAttributesMarshaller.marshall(LambdaFunctionFailedEventAttributes lambdaFunctionFailedEventAttributes,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.