Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private LambdaFunctionTimedOutEventAttributes |
HistoryEvent.lambdaFunctionTimedOutEventAttributes |
Modifier and Type | Method and Description |
---|---|
LambdaFunctionTimedOutEventAttributes |
LambdaFunctionTimedOutEventAttributes.clone() |
LambdaFunctionTimedOutEventAttributes |
HistoryEvent.getLambdaFunctionTimedOutEventAttributes() |
LambdaFunctionTimedOutEventAttributes |
LambdaFunctionTimedOutEventAttributes.withScheduledEventId(java.lang.Long scheduledEventId)
The ID of the
LambdaFunctionScheduled event that was
recorded when this AWS Lambda function was scheduled. |
LambdaFunctionTimedOutEventAttributes |
LambdaFunctionTimedOutEventAttributes.withStartedEventId(java.lang.Long startedEventId)
The ID of the
LambdaFunctionStarted event recorded in the
history. |
LambdaFunctionTimedOutEventAttributes |
LambdaFunctionTimedOutEventAttributes.withTimeoutType(LambdaFunctionTimeoutType timeoutType)
The type of the timeout that caused this event.
|
LambdaFunctionTimedOutEventAttributes |
LambdaFunctionTimedOutEventAttributes.withTimeoutType(java.lang.String timeoutType)
The type of the timeout that caused this event.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setLambdaFunctionTimedOutEventAttributes(LambdaFunctionTimedOutEventAttributes lambdaFunctionTimedOutEventAttributes) |
HistoryEvent |
HistoryEvent.withLambdaFunctionTimedOutEventAttributes(LambdaFunctionTimedOutEventAttributes lambdaFunctionTimedOutEventAttributes) |
Modifier and Type | Method and Description |
---|---|
LambdaFunctionTimedOutEventAttributes |
LambdaFunctionTimedOutEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
LambdaFunctionTimedOutEventAttributesJsonMarshaller.marshall(LambdaFunctionTimedOutEventAttributes lambdaFunctionTimedOutEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|