Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private ScheduleLambdaFunctionFailedEventAttributes |
HistoryEvent.scheduleLambdaFunctionFailedEventAttributes |
Modifier and Type | Method and Description |
---|---|
ScheduleLambdaFunctionFailedEventAttributes |
ScheduleLambdaFunctionFailedEventAttributes.clone() |
ScheduleLambdaFunctionFailedEventAttributes |
HistoryEvent.getScheduleLambdaFunctionFailedEventAttributes() |
ScheduleLambdaFunctionFailedEventAttributes |
ScheduleLambdaFunctionFailedEventAttributes.withCause(ScheduleLambdaFunctionFailedCause cause)
The cause of the failure.
|
ScheduleLambdaFunctionFailedEventAttributes |
ScheduleLambdaFunctionFailedEventAttributes.withCause(java.lang.String cause)
The cause of the failure.
|
ScheduleLambdaFunctionFailedEventAttributes |
ScheduleLambdaFunctionFailedEventAttributes.withDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to
the decision that resulted in the scheduling of this AWS Lambda function. |
ScheduleLambdaFunctionFailedEventAttributes |
ScheduleLambdaFunctionFailedEventAttributes.withId(java.lang.String id)
The unique Amazon SWF ID of the AWS Lambda task.
|
ScheduleLambdaFunctionFailedEventAttributes |
ScheduleLambdaFunctionFailedEventAttributes.withName(java.lang.String name)
The name of the scheduled AWS Lambda function.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setScheduleLambdaFunctionFailedEventAttributes(ScheduleLambdaFunctionFailedEventAttributes scheduleLambdaFunctionFailedEventAttributes) |
HistoryEvent |
HistoryEvent.withScheduleLambdaFunctionFailedEventAttributes(ScheduleLambdaFunctionFailedEventAttributes scheduleLambdaFunctionFailedEventAttributes) |
Modifier and Type | Method and Description |
---|---|
ScheduleLambdaFunctionFailedEventAttributes |
ScheduleLambdaFunctionFailedEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ScheduleLambdaFunctionFailedEventAttributesJsonMarshaller.marshall(ScheduleLambdaFunctionFailedEventAttributes scheduleLambdaFunctionFailedEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|