Uses of Enum
software.amazon.awscdk.services.stepfunctions.ProcessorMode
Packages that use ProcessorMode
Package
Description
AWS Step Functions Construct Library
-
Uses of ProcessorMode in software.amazon.awscdk.services.stepfunctions
Methods in software.amazon.awscdk.services.stepfunctions that return ProcessorModeModifier and TypeMethodDescriptiondefault ProcessorModeProcessorConfig.getMode()Specifies the execution mode for the Map workflow.final ProcessorModeProcessorConfig.Jsii$Proxy.getMode()protected ProcessorModeState.getProcessorMode()static ProcessorModeReturns the enum constant of this type with the specified name.static ProcessorMode[]ProcessorMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.stepfunctions with parameters of type ProcessorModeModifier and TypeMethodDescriptionProcessorConfig.Builder.mode(ProcessorMode mode) Sets the value ofProcessorConfig.getMode()protected voidState.setProcessorMode(ProcessorMode value)