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 LambdaFunctionTimedOutEventAttributesLambdaFunctionTimedOutEventAttributes. clone()LambdaFunctionTimedOutEventAttributesHistoryEvent. getLambdaFunctionTimedOutEventAttributes()LambdaFunctionTimedOutEventAttributesLambdaFunctionTimedOutEventAttributes. withScheduledEventId(Long scheduledEventId)The ID of theLambdaFunctionScheduledevent that was recorded when this AWS Lambda function was scheduled.LambdaFunctionTimedOutEventAttributesLambdaFunctionTimedOutEventAttributes. withStartedEventId(Long startedEventId)The ID of theLambdaFunctionStartedevent recorded in the history.LambdaFunctionTimedOutEventAttributesLambdaFunctionTimedOutEventAttributes. withTimeoutType(LambdaFunctionTimeoutType timeoutType)The type of the timeout that caused this event.LambdaFunctionTimedOutEventAttributesLambdaFunctionTimedOutEventAttributes. 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 voidHistoryEvent. setLambdaFunctionTimedOutEventAttributes(LambdaFunctionTimedOutEventAttributes lambdaFunctionTimedOutEventAttributes)HistoryEventHistoryEvent. withLambdaFunctionTimedOutEventAttributes(LambdaFunctionTimedOutEventAttributes lambdaFunctionTimedOutEventAttributes)
-