| 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 to convert the raw string returned by the service into the enum value.
|
WorkflowExecutionTimeoutType |
WorkflowExecutionTimedOutEventAttributes.timeoutType()
The type of timeout that caused this event.
|
WorkflowExecutionTimeoutType |
ChildWorkflowExecutionTimedOutEventAttributes.timeoutType()
The type of the timeout that caused the child workflow execution to time out.
|
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 |
|---|---|
static Set<WorkflowExecutionTimeoutType> |
WorkflowExecutionTimeoutType.knownValues()
|
| 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 © 2021. All rights reserved.