| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
CloseStatus |
WorkflowExecutionInfo.closeStatus()
If the execution status is closed then this specifies how the execution was closed:
|
static CloseStatus |
CloseStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CloseStatus |
CloseStatusFilter.status()
The close status that must match the close status of an execution for it to meet the criteria of this filter.
|
static CloseStatus |
CloseStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloseStatus[] |
CloseStatus.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<CloseStatus> |
CloseStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.closeStatus(CloseStatus closeStatus)
If the execution status is closed then this specifies how the execution was closed:
|
CloseStatusFilter.Builder |
CloseStatusFilter.Builder.status(CloseStatus status)
The close status that must match the close status of an execution for it to meet the criteria of this filter.
|
Copyright © 2020. All rights reserved.