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 TypeMethodDescriptiondefault StateMachineTypeDistributedMapProps.getMapExecutionType()MapExecutionType.final StateMachineTypeDistributedMapProps.Jsii$Proxy.getMapExecutionType()StateMachine.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 TypeMethodDescriptionDistributedMap.Builder.mapExecutionType(StateMachineType mapExecutionType) MapExecutionType.DistributedMapProps.Builder.mapExecutionType(StateMachineType mapExecutionType) Sets the value ofDistributedMapProps.getMapExecutionType()StateMachine.Builder.stateMachineType(StateMachineType stateMachineType) Type of the state machine.StateMachineProps.Builder.stateMachineType(StateMachineType stateMachineType) Sets the value ofStateMachineProps.getStateMachineType()