Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private LambdaFunctionStartedEventAttributes |
HistoryEvent.lambdaFunctionStartedEventAttributes |
Modifier and Type | Method and Description |
---|---|
LambdaFunctionStartedEventAttributes |
LambdaFunctionStartedEventAttributes.clone() |
LambdaFunctionStartedEventAttributes |
HistoryEvent.getLambdaFunctionStartedEventAttributes() |
LambdaFunctionStartedEventAttributes |
LambdaFunctionStartedEventAttributes.withScheduledEventId(java.lang.Long scheduledEventId)
The ID of the
LambdaFunctionScheduled event that was
recorded when this AWS Lambda function was scheduled. |
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setLambdaFunctionStartedEventAttributes(LambdaFunctionStartedEventAttributes lambdaFunctionStartedEventAttributes) |
HistoryEvent |
HistoryEvent.withLambdaFunctionStartedEventAttributes(LambdaFunctionStartedEventAttributes lambdaFunctionStartedEventAttributes) |
Modifier and Type | Method and Description |
---|---|
LambdaFunctionStartedEventAttributes |
LambdaFunctionStartedEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
LambdaFunctionStartedEventAttributesJsonMarshaller.marshall(LambdaFunctionStartedEventAttributes lambdaFunctionStartedEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|