Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Classes modeling the various types represented by AmazonSimpleWorkflow.
|
Modifier and Type | Method and Description |
---|---|
LambdaFunctionScheduledEventAttributes |
LambdaFunctionScheduledEventAttributes.clone() |
LambdaFunctionScheduledEventAttributes |
HistoryEvent.getLambdaFunctionScheduledEventAttributes()
Provides details for the
LambdaFunctionScheduled event. |
LambdaFunctionScheduledEventAttributes |
LambdaFunctionScheduledEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event for the
decision that resulted in the scheduling of this AWS Lambda function. |
LambdaFunctionScheduledEventAttributes |
LambdaFunctionScheduledEventAttributes.withId(String id)
The unique Amazon SWF ID for the AWS Lambda task.
|
LambdaFunctionScheduledEventAttributes |
LambdaFunctionScheduledEventAttributes.withInput(String input)
Input provided to the AWS Lambda function.
|
LambdaFunctionScheduledEventAttributes |
LambdaFunctionScheduledEventAttributes.withName(String name)
The name of the scheduled AWS Lambda function.
|
LambdaFunctionScheduledEventAttributes |
LambdaFunctionScheduledEventAttributes.withStartToCloseTimeout(String startToCloseTimeout)
The maximum time, in seconds, that the AWS Lambda function can take to
execute from start to close before it is marked as failed.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setLambdaFunctionScheduledEventAttributes(LambdaFunctionScheduledEventAttributes lambdaFunctionScheduledEventAttributes)
Provides details for the
LambdaFunctionScheduled event. |
HistoryEvent |
HistoryEvent.withLambdaFunctionScheduledEventAttributes(LambdaFunctionScheduledEventAttributes lambdaFunctionScheduledEventAttributes)
Provides details for the
LambdaFunctionScheduled event. |
Copyright © 2015. All rights reserved.