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 theLambdaFunctionScheduledevent that was recorded when this AWS Lambda function was scheduled.LambdaFunctionTimedOutEventAttributes.withStartedEventId(Long startedEventId) The ID of theLambdaFunctionStartedevent 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 TypeMethodDescriptionvoidHistoryEvent.setLambdaFunctionTimedOutEventAttributes(LambdaFunctionTimedOutEventAttributes lambdaFunctionTimedOutEventAttributes) HistoryEvent.withLambdaFunctionTimedOutEventAttributes(LambdaFunctionTimedOutEventAttributes lambdaFunctionTimedOutEventAttributes)