Uses of Enum Class
software.amazon.awscdk.services.glue.alpha.PythonVersion
-
Uses of PythonVersion in software.amazon.awscdk.services.glue.alpha
Methods in software.amazon.awscdk.services.glue.alpha that return PythonVersionModifier and TypeMethodDescriptiondefault PythonVersionJobExecutableConfig.getPythonVersion()(experimental) The Python version to use.final PythonVersionJobExecutableConfig.Jsii$Proxy.getPythonVersion()PythonRayExecutableProps.getPythonVersion()(experimental) The Python version to use.final PythonVersionPythonRayExecutableProps.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 class with the specified name.static PythonVersion[]PythonVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.glue.alpha with parameters of type PythonVersionModifier and TypeMethodDescriptionJobExecutableConfig.Builder.pythonVersion(PythonVersion pythonVersion) Sets the value ofJobExecutableConfig.getPythonVersion()PythonRayExecutableProps.Builder.pythonVersion(PythonVersion pythonVersion) Sets the value ofPythonRayExecutableProps.getPythonVersion()PythonShellExecutableProps.Builder.pythonVersion(PythonVersion pythonVersion) Sets the value ofPythonShellExecutableProps.getPythonVersion()PythonSparkJobExecutableProps.Builder.pythonVersion(PythonVersion pythonVersion) Sets the value ofPythonSparkJobExecutableProps.getPythonVersion()