| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn.model |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionStatus |
ExecutionStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ExecutionStatus |
DescribeExecutionResponse.status()
The current status of the execution.
|
ExecutionStatus |
ExecutionListItem.status()
The current status of the execution.
|
ExecutionStatus |
ListExecutionsRequest.statusFilter()
If specified, only list the executions whose current execution status matches the given filter.
|
static ExecutionStatus |
ExecutionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionStatus[] |
ExecutionStatus.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<ExecutionStatus> |
ExecutionStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeExecutionResponse.Builder |
DescribeExecutionResponse.Builder.status(ExecutionStatus status)
The current status of the execution.
|
ExecutionListItem.Builder |
ExecutionListItem.Builder.status(ExecutionStatus status)
The current status of the execution.
|
ListExecutionsRequest.Builder |
ListExecutionsRequest.Builder.statusFilter(ExecutionStatus statusFilter)
If specified, only list the executions whose current execution status matches the given filter.
|
Copyright © 2022. All rights reserved.