Uses of Class
software.amazon.awssdk.services.glue.model.ViewDialect
-
Packages that use ViewDialect Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ViewDialect in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ViewDialect Modifier and Type Method Description ViewDialectSupportedDialect. dialect()The dialect of the query engine.ViewDialectViewRepresentation. dialect()The dialect of the query engine.ViewDialectViewRepresentationInput. dialect()A parameter that specifies the engine type of a specific representation.ViewDialectViewValidation. dialect()The dialect of the query engine.static ViewDialectViewDialect. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ViewDialectViewDialect. valueOf(String name)Returns the enum constant of this type with the specified name.static ViewDialect[]ViewDialect. 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 ViewDialect Modifier and Type Method Description static Set<ViewDialect>ViewDialect. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type ViewDialect Modifier and Type Method Description SupportedDialect.BuilderSupportedDialect.Builder. dialect(ViewDialect dialect)The dialect of the query engine.ViewRepresentation.BuilderViewRepresentation.Builder. dialect(ViewDialect dialect)The dialect of the query engine.ViewRepresentationInput.BuilderViewRepresentationInput.Builder. dialect(ViewDialect dialect)A parameter that specifies the engine type of a specific representation.ViewValidation.BuilderViewValidation.Builder. dialect(ViewDialect dialect)The dialect of the query engine.
-