Uses of Enum
com.amazonaws.services.simpleworkflow.model.LambdaFunctionTimeoutType
Packages that use LambdaFunctionTimeoutType
-
Uses of LambdaFunctionTimeoutType in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return LambdaFunctionTimeoutTypeModifier and TypeMethodDescriptionstatic LambdaFunctionTimeoutTypeUse this in place of valueOf.static LambdaFunctionTimeoutTypeReturns the enum constant of this type with the specified name.static LambdaFunctionTimeoutType[]LambdaFunctionTimeoutType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type LambdaFunctionTimeoutTypeModifier and TypeMethodDescriptionvoidLambdaFunctionTimedOutEventAttributes.setTimeoutType(LambdaFunctionTimeoutType timeoutType) The type of the timeout that caused this event.LambdaFunctionTimedOutEventAttributes.withTimeoutType(LambdaFunctionTimeoutType timeoutType) The type of the timeout that caused this event.