Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private LambdaFunctionFailedEventAttributes |
HistoryEvent.lambdaFunctionFailedEventAttributes |
Modifier and Type | Method and Description |
---|---|
LambdaFunctionFailedEventAttributes |
LambdaFunctionFailedEventAttributes.clone() |
LambdaFunctionFailedEventAttributes |
HistoryEvent.getLambdaFunctionFailedEventAttributes() |
LambdaFunctionFailedEventAttributes |
LambdaFunctionFailedEventAttributes.withDetails(java.lang.String details)
The details of the failure (if any).
|
LambdaFunctionFailedEventAttributes |
LambdaFunctionFailedEventAttributes.withReason(java.lang.String reason)
The reason provided for the failure (if any).
|
LambdaFunctionFailedEventAttributes |
LambdaFunctionFailedEventAttributes.withScheduledEventId(java.lang.Long scheduledEventId)
The ID of the
LambdaFunctionScheduled event that was
recorded when this AWS Lambda function was scheduled. |
LambdaFunctionFailedEventAttributes |
LambdaFunctionFailedEventAttributes.withStartedEventId(java.lang.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 |
LambdaFunctionFailedEventAttributesJsonMarshaller.marshall(LambdaFunctionFailedEventAttributes lambdaFunctionFailedEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|