Uses of Class
software.amazon.awssdk.services.glue.model.Compatibility
-
Packages that use Compatibility Package Description software.amazon.awssdk.services.glue.model -
-
Uses of Compatibility in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return Compatibility Modifier and Type Method Description CompatibilityCreateSchemaRequest. compatibility()The compatibility mode of the schema.CompatibilityCreateSchemaResponse. compatibility()The schema compatibility mode.CompatibilityGetSchemaResponse. compatibility()The compatibility mode of the schema.CompatibilityUpdateSchemaRequest. compatibility()The new compatibility setting for the schema.static CompatibilityCompatibility. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CompatibilityCompatibility. 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.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type Compatibility Modifier and Type Method Description static Set<Compatibility>Compatibility. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type Compatibility Modifier and Type Method Description CreateSchemaRequest.BuilderCreateSchemaRequest.Builder. compatibility(Compatibility compatibility)The compatibility mode of the schema.CreateSchemaResponse.BuilderCreateSchemaResponse.Builder. compatibility(Compatibility compatibility)The schema compatibility mode.GetSchemaResponse.BuilderGetSchemaResponse.Builder. compatibility(Compatibility compatibility)The compatibility mode of the schema.UpdateSchemaRequest.BuilderUpdateSchemaRequest.Builder. compatibility(Compatibility compatibility)The new compatibility setting for the schema.
-