Uses of Class
software.amazon.awssdk.services.glue.model.ViewDefinition
-
Packages that use ViewDefinition Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ViewDefinition in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ViewDefinition Modifier and Type Method Description ViewDefinitionTable. viewDefinition()A structure that contains all the information that defines the view, including the dialect or dialects for the view, and the query.Methods in software.amazon.awssdk.services.glue.model with parameters of type ViewDefinition Modifier and Type Method Description Table.BuilderTable.Builder. viewDefinition(ViewDefinition viewDefinition)A structure that contains all the information that defines the view, including the dialect or dialects for the view, and the query.
-