Package | Description |
---|---|
software.amazon.awssdk.services.glue.model |
Modifier and Type | Method and Description |
---|---|
static Language |
Language.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Language |
GetPlanRequest.language()
The programming language of the code to perform the mapping.
|
Language |
CreateScriptRequest.language()
The programming language of the resulting code from the DAG.
|
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 |
---|---|
static Set<Language> |
Language.knownValues()
|
Modifier and Type | Method and Description |
---|---|
GetPlanRequest.Builder |
GetPlanRequest.Builder.language(Language language)
The programming language of the code to perform the mapping.
|
CreateScriptRequest.Builder |
CreateScriptRequest.Builder.language(Language language)
The programming language of the resulting code from the DAG.
|
Copyright © 2022. All rights reserved.