| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Compatibility |
CreateSchemaRequest.compatibility()
The compatibility mode of the schema.
|
Compatibility |
GetSchemaResponse.compatibility()
The compatibility mode of the schema.
|
Compatibility |
CreateSchemaResponse.compatibility()
The schema compatibility mode.
|
Compatibility |
UpdateSchemaRequest.compatibility()
The new compatibility setting for the schema.
|
static Compatibility |
Compatibility.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<Compatibility> |
Compatibility.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateSchemaRequest.Builder |
CreateSchemaRequest.Builder.compatibility(Compatibility compatibility)
The compatibility mode of the schema.
|
GetSchemaResponse.Builder |
GetSchemaResponse.Builder.compatibility(Compatibility compatibility)
The compatibility mode of the schema.
|
CreateSchemaResponse.Builder |
CreateSchemaResponse.Builder.compatibility(Compatibility compatibility)
The schema compatibility mode.
|
UpdateSchemaRequest.Builder |
UpdateSchemaRequest.Builder.compatibility(Compatibility compatibility)
The new compatibility setting for the schema.
|
Copyright © 2023. All rights reserved.