| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn.model |
| Modifier and Type | Method and Description |
|---|---|
static StateMachineType |
StateMachineType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StateMachineType |
CreateStateMachineRequest.type()
Determines whether a Standard or Express state machine is created.
|
StateMachineType |
StateMachineListItem.type()
|
StateMachineType |
DescribeStateMachineResponse.type()
The
type of the state machine (STANDARD or EXPRESS). |
static StateMachineType |
StateMachineType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateMachineType[] |
StateMachineType.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<StateMachineType> |
StateMachineType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateStateMachineRequest.Builder |
CreateStateMachineRequest.Builder.type(StateMachineType type)
Determines whether a Standard or Express state machine is created.
|
StateMachineListItem.Builder |
StateMachineListItem.Builder.type(StateMachineType type)
|
DescribeStateMachineResponse.Builder |
DescribeStateMachineResponse.Builder.type(StateMachineType type)
The
type of the state machine (STANDARD or EXPRESS). |
Copyright © 2022. All rights reserved.