Uses of Enum
software.amazon.awscdk.services.glue.alpha.PythonVersion
Packages that use PythonVersion
-
Uses of PythonVersion in software.amazon.awscdk.services.glue.alpha
Methods in software.amazon.awscdk.services.glue.alpha that return PythonVersionModifier and TypeMethodDescriptiondefault PythonVersionPythonShellJobProps.getPythonVersion()Deprecated.final PythonVersionPythonShellJobProps.Jsii$Proxy.getPythonVersion()Deprecated.static PythonVersionDeprecated.Returns the enum constant of this type with the specified name.static PythonVersion[]PythonVersion.values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.glue.alpha with parameters of type PythonVersionModifier and TypeMethodDescriptionPythonShellJob.Builder.pythonVersion(PythonVersion pythonVersion) Deprecated.PythonShellJobProps.Builder.pythonVersion(PythonVersion pythonVersion) Deprecated.