Uses of Enum
software.amazon.awscdk.services.stepfunctions.ProcessorMode
Package
Description
AWS Step Functions Construct Library
-
Uses of ProcessorMode in software.amazon.awscdk.services.stepfunctions
Modifier and TypeMethodDescriptiondefault ProcessorMode
ProcessorConfig.getMode()
Specifies the execution mode for the Map workflow.final ProcessorMode
ProcessorConfig.Jsii$Proxy.getMode()
protected ProcessorMode
State.getProcessorMode()
static ProcessorMode
Returns 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.Modifier and TypeMethodDescriptionProcessorConfig.Builder.mode
(ProcessorMode mode) Sets the value ofProcessorConfig.getMode()
protected void
State.setProcessorMode
(ProcessorMode value)