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