Uses of Class
com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTimeoutType
-
Packages that use WorkflowExecutionTimeoutType Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of WorkflowExecutionTimeoutType in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionTimeoutType Modifier and Type Method Description static WorkflowExecutionTimeoutType
WorkflowExecutionTimeoutType. fromValue(String value)
Use this in place of valueOf.static WorkflowExecutionTimeoutType
WorkflowExecutionTimeoutType. valueOf(String name)
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 WorkflowExecutionTimeoutType Modifier and Type Method Description void
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
ChildWorkflowExecutionTimedOutEventAttributes. withTimeoutType(WorkflowExecutionTimeoutType timeoutType)
The type of the timeout that caused the child workflow execution to time out.WorkflowExecutionTimedOutEventAttributes
WorkflowExecutionTimedOutEventAttributes. withTimeoutType(WorkflowExecutionTimeoutType timeoutType)
The type of timeout that caused this event.
-