Uses of Class
software.amazon.awssdk.services.glue.model.PostgreSQLCatalogSource
-
Packages that use PostgreSQLCatalogSource Package Description software.amazon.awssdk.services.glue.model -
-
Uses of PostgreSQLCatalogSource in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return PostgreSQLCatalogSource Modifier and Type Method Description PostgreSQLCatalogSourceCodeGenConfigurationNode. postgreSQLCatalogSource()Specifies a PostgresSQL data source in the Glue Data Catalog.Methods in software.amazon.awssdk.services.glue.model with parameters of type PostgreSQLCatalogSource Modifier and Type Method Description CodeGenConfigurationNode.BuilderCodeGenConfigurationNode.Builder. postgreSQLCatalogSource(PostgreSQLCatalogSource postgreSQLCatalogSource)Specifies a PostgresSQL data source in the Glue Data Catalog.
-