Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.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 |
---|---|
void |
WorkflowExecutionTimedOutEventAttributes.setTimeoutType(WorkflowExecutionTimeoutType timeoutType)
The type of timeout that caused this event.
|
void |
ChildWorkflowExecutionTimedOutEventAttributes.setTimeoutType(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.
|
ChildWorkflowExecutionTimedOutEventAttributes |
ChildWorkflowExecutionTimedOutEventAttributes.withTimeoutType(WorkflowExecutionTimeoutType timeoutType)
The type of the timeout that caused the child workflow execution to time
out.
|
Copyright © 2018. All rights reserved.