Uses of Class
software.amazon.awssdk.services.glue.model.Language
-
Packages that use Language Package Description software.amazon.awssdk.services.glue.model -
-
Uses of Language in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return Language Modifier and Type Method Description static LanguageLanguage. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LanguageCreateScriptRequest. language()The programming language of the resulting code from the DAG.LanguageGetPlanRequest. language()The programming language of the code to perform the mapping.static LanguageLanguage. valueOf(String name)Returns the enum constant of this type with the specified name.static Language[]Language. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type Language Modifier and Type Method Description static Set<Language>Language. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type Language Modifier and Type Method Description CreateScriptRequest.BuilderCreateScriptRequest.Builder. language(Language language)The programming language of the resulting code from the DAG.GetPlanRequest.BuilderGetPlanRequest.Builder. language(Language language)The programming language of the code to perform the mapping.
-