| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowExecutionTerminatedCause |
WorkflowExecutionTerminatedCause.fromValue(String value)
Use this in place of valueOf.
|
static WorkflowExecutionTerminatedCause |
WorkflowExecutionTerminatedCause.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowExecutionTerminatedCause[] |
WorkflowExecutionTerminatedCause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowExecutionTerminatedEventAttributes.Builder |
WorkflowExecutionTerminatedEventAttributes.Builder.cause(WorkflowExecutionTerminatedCause cause)
If set, indicates that the workflow execution was automatically terminated, and specifies the cause.
|
Copyright © 2017. All rights reserved.