Package | Description |
---|---|
com.amazonaws.services.stepfunctions.model | |
com.amazonaws.services.stepfunctions.model.transform |
Modifier and Type | Method and Description |
---|---|
LambdaFunctionScheduledEventDetails |
LambdaFunctionScheduledEventDetails.clone() |
LambdaFunctionScheduledEventDetails |
HistoryEvent.getLambdaFunctionScheduledEventDetails() |
LambdaFunctionScheduledEventDetails |
LambdaFunctionScheduledEventDetails.withInput(String input)
The JSON data input to the lambda function.
|
LambdaFunctionScheduledEventDetails |
LambdaFunctionScheduledEventDetails.withResource(String resource)
The Amazon Resource Name (ARN) of the scheduled lambda function.
|
LambdaFunctionScheduledEventDetails |
LambdaFunctionScheduledEventDetails.withTimeoutInSeconds(Long timeoutInSeconds)
The maximum allowed duration of the lambda function.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setLambdaFunctionScheduledEventDetails(LambdaFunctionScheduledEventDetails lambdaFunctionScheduledEventDetails) |
HistoryEvent |
HistoryEvent.withLambdaFunctionScheduledEventDetails(LambdaFunctionScheduledEventDetails lambdaFunctionScheduledEventDetails) |
Modifier and Type | Method and Description |
---|---|
LambdaFunctionScheduledEventDetails |
LambdaFunctionScheduledEventDetailsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
LambdaFunctionScheduledEventDetailsMarshaller.marshall(LambdaFunctionScheduledEventDetails lambdaFunctionScheduledEventDetails,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.