| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn.model |
| Modifier and Type | Method and Description |
|---|---|
static StateMachineStatus |
StateMachineStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StateMachineStatus |
DescribeStateMachineResponse.status()
The current status of the state machine.
|
static StateMachineStatus |
StateMachineStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateMachineStatus[] |
StateMachineStatus.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<StateMachineStatus> |
StateMachineStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeStateMachineResponse.Builder |
DescribeStateMachineResponse.Builder.status(StateMachineStatus status)
The current status of the state machine.
|
Copyright © 2018. All rights reserved.