Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
static Language |
Language.fromValue(String value)
Use this in place of valueOf.
|
static Language |
Language.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.
|
Modifier and Type | Method and Description |
---|---|
GetPlanRequest |
GetPlanRequest.withLanguage(Language language)
The programming language of the code to perform the mapping.
|
CreateScriptRequest |
CreateScriptRequest.withLanguage(Language language)
The programming language of the resulting code from the DAG.
|
Copyright © 2023. All rights reserved.