| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions |
AWS Step Functions Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
StateMachineType |
StateMachine.getStateMachineType()
Type of the state machine.
|
default StateMachineType |
StateMachineProps.getStateMachineType()
Type of the state machine.
|
StateMachineType |
StateMachineProps.Jsii$Proxy.getStateMachineType() |
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 |
|---|---|
StateMachine.Builder |
StateMachine.Builder.stateMachineType(StateMachineType stateMachineType)
Type of the state machine.
|
StateMachineProps.Builder |
StateMachineProps.Builder.stateMachineType(StateMachineType stateMachineType)
Sets the value of
StateMachineProps.getStateMachineType() |
Copyright © 2022. All rights reserved.