Uses of Class
software.amazon.awssdk.services.glue.model.ViewRepresentationInput
-
Packages that use ViewRepresentationInput Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ViewRepresentationInput in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type ViewRepresentationInput Modifier and Type Method Description List<ViewRepresentationInput>ViewDefinitionInput. representations()A list of structures that contains the dialect of the view, and the query that defines the view.Methods in software.amazon.awssdk.services.glue.model with parameters of type ViewRepresentationInput Modifier and Type Method Description ViewDefinitionInput.BuilderViewDefinitionInput.Builder. representations(ViewRepresentationInput... representations)A list of structures that contains the dialect of the view, and the query that defines the view.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type ViewRepresentationInput Modifier and Type Method Description ViewDefinitionInput.BuilderViewDefinitionInput.Builder. representations(Collection<ViewRepresentationInput> representations)A list of structures that contains the dialect of the view, and the query that defines the view.
-