Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
static Compatibility |
Compatibility.fromValue(String value)
Use this in place of valueOf.
|
static Compatibility |
Compatibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Compatibility[] |
Compatibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GetSchemaResult |
GetSchemaResult.withCompatibility(Compatibility compatibility)
The compatibility mode of the schema.
|
CreateSchemaResult |
CreateSchemaResult.withCompatibility(Compatibility compatibility)
The schema compatibility mode.
|
CreateSchemaRequest |
CreateSchemaRequest.withCompatibility(Compatibility compatibility)
The compatibility mode of the schema.
|
UpdateSchemaRequest |
UpdateSchemaRequest.withCompatibility(Compatibility compatibility)
The new compatibility setting for the schema.
|
Copyright © 2023. All rights reserved.