Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Modifier and Type | Method and Description |
---|---|
ScheduleLambdaFunctionFailedEventAttributes |
ScheduleLambdaFunctionFailedEventAttributes.clone() |
ScheduleLambdaFunctionFailedEventAttributes |
HistoryEvent.getScheduleLambdaFunctionFailedEventAttributes()
Provides the details of the
ScheduleLambdaFunctionFailed event. |
ScheduleLambdaFunctionFailedEventAttributes |
ScheduleLambdaFunctionFailedEventAttributes.withCause(ScheduleLambdaFunctionFailedCause cause)
The cause of the failure.
|
ScheduleLambdaFunctionFailedEventAttributes |
ScheduleLambdaFunctionFailedEventAttributes.withCause(String cause)
The cause of the failure.
|
ScheduleLambdaFunctionFailedEventAttributes |
ScheduleLambdaFunctionFailedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
LambdaFunctionCompleted event corresponding to the decision that resulted in
scheduling this Lambda task. |
ScheduleLambdaFunctionFailedEventAttributes |
ScheduleLambdaFunctionFailedEventAttributes.withId(String id)
The ID provided in the
ScheduleLambdaFunction decision that failed. |
ScheduleLambdaFunctionFailedEventAttributes |
ScheduleLambdaFunctionFailedEventAttributes.withName(String name)
The name of the Lambda function.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setScheduleLambdaFunctionFailedEventAttributes(ScheduleLambdaFunctionFailedEventAttributes scheduleLambdaFunctionFailedEventAttributes)
Provides the details of the
ScheduleLambdaFunctionFailed event. |
HistoryEvent |
HistoryEvent.withScheduleLambdaFunctionFailedEventAttributes(ScheduleLambdaFunctionFailedEventAttributes scheduleLambdaFunctionFailedEventAttributes)
Provides the details of the
ScheduleLambdaFunctionFailed event. |
Copyright © 2023. All rights reserved.