| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowExecutionTimedOutEventAttributes.Builder |
WorkflowExecutionTimedOutEventAttributes.Builder.timeoutType(WorkflowExecutionTimeoutType timeoutType)
The type of timeout that caused this event.
|
ChildWorkflowExecutionTimedOutEventAttributes.Builder |
ChildWorkflowExecutionTimedOutEventAttributes.Builder.timeoutType(WorkflowExecutionTimeoutType timeoutType)
The type of the timeout that caused the child workflow execution to time out.
|
Copyright © 2017. All rights reserved.