Uses of Enum
com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTimeoutType
Packages that use WorkflowExecutionTimeoutType
-
Uses of WorkflowExecutionTimeoutType in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionTimeoutTypeModifier and TypeMethodDescriptionstatic WorkflowExecutionTimeoutType
Use this in place of valueOf.static WorkflowExecutionTimeoutType
Returns the enum constant of this type with the specified name.static WorkflowExecutionTimeoutType[]
WorkflowExecutionTimeoutType.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 WorkflowExecutionTimeoutTypeModifier and TypeMethodDescriptionvoid
ChildWorkflowExecutionTimedOutEventAttributes.setTimeoutType
(WorkflowExecutionTimeoutType timeoutType) The type of the timeout that caused the child workflow execution to time out.void
WorkflowExecutionTimedOutEventAttributes.setTimeoutType
(WorkflowExecutionTimeoutType timeoutType) The type of timeout that caused this event.ChildWorkflowExecutionTimedOutEventAttributes.withTimeoutType
(WorkflowExecutionTimeoutType timeoutType) The type of the timeout that caused the child workflow execution to time out.WorkflowExecutionTimedOutEventAttributes.withTimeoutType
(WorkflowExecutionTimeoutType timeoutType) The type of timeout that caused this event.