Uses of Class
software.amazon.awssdk.services.glue.model.ViewDefinitionInput
-
Packages that use ViewDefinitionInput Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ViewDefinitionInput in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ViewDefinitionInput Modifier and Type Method Description ViewDefinitionInputTableInput. 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 ViewDefinitionInput Modifier and Type Method Description TableInput.BuilderTableInput.Builder. viewDefinition(ViewDefinitionInput viewDefinition)A structure that contains all the information that defines the view, including the dialect or dialects for the view, and the query.
-