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 TypeMethodDescriptiondefault WorkerTypeWorkerConfigurationProperty.getWorkerType()Deprecated.final WorkerTypeWorkerConfigurationProperty.Jsii$Proxy.getWorkerType()static WorkerTypeDeprecated.Returns the enum constant of this class with the specified name.static WorkerType[]WorkerType.values()Deprecated.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) Deprecated.Use `workerTypeV2` for more flexibility in defining worker types.
workerTypeV2for more flexibility in defining worker types.