Uses of Class
com.amazonaws.services.simpleworkflow.model.LambdaFunctionTimedOutEventAttributes
-
Packages that use LambdaFunctionTimedOutEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of LambdaFunctionTimedOutEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return LambdaFunctionTimedOutEventAttributes Modifier and Type Method Description LambdaFunctionTimedOutEventAttributes
LambdaFunctionTimedOutEventAttributes. clone()
LambdaFunctionTimedOutEventAttributes
HistoryEvent. getLambdaFunctionTimedOutEventAttributes()
LambdaFunctionTimedOutEventAttributes
LambdaFunctionTimedOutEventAttributes. withScheduledEventId(Long scheduledEventId)
The ID of theLambdaFunctionScheduled
event that was recorded when this AWS Lambda function was scheduled.LambdaFunctionTimedOutEventAttributes
LambdaFunctionTimedOutEventAttributes. withStartedEventId(Long startedEventId)
The ID of theLambdaFunctionStarted
event recorded in the history.LambdaFunctionTimedOutEventAttributes
LambdaFunctionTimedOutEventAttributes. withTimeoutType(LambdaFunctionTimeoutType timeoutType)
The type of the timeout that caused this event.LambdaFunctionTimedOutEventAttributes
LambdaFunctionTimedOutEventAttributes. withTimeoutType(String timeoutType)
The type of the timeout that caused this event.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type LambdaFunctionTimedOutEventAttributes Modifier and Type Method Description void
HistoryEvent. setLambdaFunctionTimedOutEventAttributes(LambdaFunctionTimedOutEventAttributes lambdaFunctionTimedOutEventAttributes)
HistoryEvent
HistoryEvent. withLambdaFunctionTimedOutEventAttributes(LambdaFunctionTimedOutEventAttributes lambdaFunctionTimedOutEventAttributes)
-