Uses of Class
software.amazon.awssdk.services.swf.model.WorkflowExecutionTimeoutType
-
Packages that use WorkflowExecutionTimeoutType Package Description software.amazon.awssdk.services.swf.model -
-
Uses of WorkflowExecutionTimeoutType in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return WorkflowExecutionTimeoutType Modifier and Type Method Description static WorkflowExecutionTimeoutTypeWorkflowExecutionTimeoutType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WorkflowExecutionTimeoutTypeChildWorkflowExecutionTimedOutEventAttributes. timeoutType()The type of the timeout that caused the child workflow execution to time out.WorkflowExecutionTimeoutTypeWorkflowExecutionTimedOutEventAttributes. timeoutType()The type of timeout that caused this event.static WorkflowExecutionTimeoutTypeWorkflowExecutionTimeoutType. 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 software.amazon.awssdk.services.swf.model that return types with arguments of type WorkflowExecutionTimeoutType Modifier and Type Method Description static Set<WorkflowExecutionTimeoutType>WorkflowExecutionTimeoutType. knownValues()Methods in software.amazon.awssdk.services.swf.model with parameters of type WorkflowExecutionTimeoutType Modifier and Type Method Description ChildWorkflowExecutionTimedOutEventAttributes.BuilderChildWorkflowExecutionTimedOutEventAttributes.Builder. timeoutType(WorkflowExecutionTimeoutType timeoutType)The type of the timeout that caused the child workflow execution to time out.WorkflowExecutionTimedOutEventAttributes.BuilderWorkflowExecutionTimedOutEventAttributes.Builder. timeoutType(WorkflowExecutionTimeoutType timeoutType)The type of timeout that caused this event.
-