Uses of Enum
software.amazon.awscdk.services.glue.LibrarySet
Packages that use LibrarySet
-
Uses of LibrarySet in software.amazon.awscdk.services.glue
Methods in software.amazon.awscdk.services.glue that return LibrarySetModifier and TypeMethodDescriptiondefault LibrarySetPythonShellJobProps.getLibrarySet()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 with parameters of type LibrarySetModifier and TypeMethodDescriptionPythonShellJob.Builder.librarySet(LibrarySet librarySet) The set of pre-installed Python libraries to make available to the job.PythonShellJobProps.Builder.librarySet(LibrarySet librarySet) Sets the value ofPythonShellJobProps.getLibrarySet()