Uses of Enum Class
software.amazon.awscdk.services.stepfunctions.StateMachineType
Packages that use StateMachineType
Package
Description
AWS Step Functions Construct Library
-
Uses of StateMachineType in software.amazon.awscdk.services.stepfunctions
Methods in software.amazon.awscdk.services.stepfunctions that return StateMachineTypeModifier and TypeMethodDescriptionStateMachine.getStateMachineType()Type of the state machine.default StateMachineTypeStateMachineProps.getStateMachineType()Type of the state machine.final StateMachineTypeStateMachineProps.Jsii$Proxy.getStateMachineType()static StateMachineTypeReturns the enum constant of this class with the specified name.static StateMachineType[]StateMachineType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.stepfunctions with parameters of type StateMachineTypeModifier and TypeMethodDescriptionStateMachine.Builder.stateMachineType(StateMachineType stateMachineType) Type of the state machine.StateMachineProps.Builder.stateMachineType(StateMachineType stateMachineType) Sets the value ofStateMachineProps.getStateMachineType()