Uses of Enum Class
software.amazon.awscdk.services.stepfunctions.tasks.WorkerType
Packages that use WorkerType
Package
Description
Tasks for AWS Step Functions
-
Uses of WorkerType in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return WorkerTypeModifier and TypeMethodDescriptionWorkerConfigurationProperty.getWorkerType()The type of predefined worker that is allocated when a job runs.final WorkerTypeWorkerConfigurationProperty.Jsii$Proxy.getWorkerType()static WorkerTypeReturns the enum constant of this class with the specified name.static WorkerType[]WorkerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type WorkerTypeModifier and TypeMethodDescriptionWorkerConfigurationProperty.Builder.workerType(WorkerType workerType) Sets the value ofWorkerConfigurationProperty.getWorkerType()