| Package | Description |
|---|---|
| com.amazonaws.services.stepfunctions.model |
| Modifier and Type | Method and Description |
|---|---|
static StateMachineType |
StateMachineType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
DescribeStateMachineResult.setType(StateMachineType type)
The
type of the state machine (STANDARD or EXPRESS). |
StateMachineListItem |
StateMachineListItem.withType(StateMachineType type)
|
CreateStateMachineRequest |
CreateStateMachineRequest.withType(StateMachineType type)
Determines whether a Standard or Express state machine is created.
|
DescribeStateMachineResult |
DescribeStateMachineResult.withType(StateMachineType type)
The
type of the state machine (STANDARD or EXPRESS). |
Copyright © 2022. All rights reserved.