Uses of Enum
software.amazon.awscdk.services.glue.PythonVersion
Packages that use PythonVersion
-
Uses of PythonVersion in software.amazon.awscdk.services.glue
Methods in software.amazon.awscdk.services.glue that return PythonVersionModifier and TypeMethodDescriptiondefault PythonVersionJobExecutableConfig.getPythonVersion()(experimental) The Python version to use.final PythonVersionJobExecutableConfig.Jsii$Proxy.getPythonVersion()PythonShellExecutableProps.getPythonVersion()(experimental) The Python version to use.final PythonVersionPythonShellExecutableProps.Jsii$Proxy.getPythonVersion()PythonSparkJobExecutableProps.getPythonVersion()(experimental) The Python version to use.final PythonVersionPythonSparkJobExecutableProps.Jsii$Proxy.getPythonVersion()static PythonVersionReturns the enum constant of this type with the specified name.static PythonVersion[]PythonVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.glue with parameters of type PythonVersionModifier and TypeMethodDescriptionJobExecutableConfig.Builder.pythonVersion(PythonVersion pythonVersion) Sets the value ofJobExecutableConfig.getPythonVersion()PythonShellExecutableProps.Builder.pythonVersion(PythonVersion pythonVersion) Sets the value ofPythonShellExecutableProps.getPythonVersion()PythonSparkJobExecutableProps.Builder.pythonVersion(PythonVersion pythonVersion) Sets the value ofPythonSparkJobExecutableProps.getPythonVersion()