Uses of Enum
software.amazon.awscdk.services.glue.alpha.LibrarySet
Packages that use LibrarySet
-
Uses of LibrarySet in software.amazon.awscdk.services.glue.alpha
Methods in software.amazon.awscdk.services.glue.alpha that return LibrarySetModifier and TypeMethodDescriptiondefault LibrarySetPythonShellJobProps.getLibrarySet()(experimental) The set of pre-installed Python libraries to make available to the job.final LibrarySetPythonShellJobProps.Jsii$Proxy.getLibrarySet()static LibrarySetReturns the enum constant of this type with the specified name.static LibrarySet[]LibrarySet.values()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 LibrarySetModifier and TypeMethodDescriptionPythonShellJob.Builder.librarySet(LibrarySet librarySet) (experimental) The set of pre-installed Python libraries to make available to the job.PythonShellJobProps.Builder.librarySet(LibrarySet librarySet) Sets the value ofPythonShellJobProps.getLibrarySet()