Uses of Class
software.amazon.awssdk.services.glue.model.ViewRepresentation
-
Packages that use ViewRepresentation Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ViewRepresentation in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type ViewRepresentation Modifier and Type Method Description List<ViewRepresentation>ViewDefinition. representations()A list of representations.Methods in software.amazon.awssdk.services.glue.model with parameters of type ViewRepresentation Modifier and Type Method Description ViewDefinition.BuilderViewDefinition.Builder. representations(ViewRepresentation... representations)A list of representations.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type ViewRepresentation Modifier and Type Method Description ViewDefinition.BuilderViewDefinition.Builder. representations(Collection<ViewRepresentation> representations)A list of representations.
-