Uses of Class
software.amazon.awssdk.services.glue.model.CatalogInput
-
Packages that use CatalogInput Package Description software.amazon.awssdk.services.glue.model -
-
Uses of CatalogInput in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return CatalogInput Modifier and Type Method Description CatalogInputCreateCatalogRequest. catalogInput()ACatalogInputobject that defines the metadata for the catalog.CatalogInputUpdateCatalogRequest. catalogInput()ACatalogInputobject specifying the new properties of an existing catalog.Methods in software.amazon.awssdk.services.glue.model with parameters of type CatalogInput Modifier and Type Method Description CreateCatalogRequest.BuilderCreateCatalogRequest.Builder. catalogInput(CatalogInput catalogInput)ACatalogInputobject that defines the metadata for the catalog.UpdateCatalogRequest.BuilderUpdateCatalogRequest.Builder. catalogInput(CatalogInput catalogInput)ACatalogInputobject specifying the new properties of an existing catalog.
-