Uses of Class
software.amazon.awssdk.services.glue.model.Catalog
-
Packages that use Catalog Package Description software.amazon.awssdk.services.glue.model -
-
Uses of Catalog in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return Catalog Modifier and Type Method Description CatalogGetCatalogResponse. catalog()ACatalogobject.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type Catalog Modifier and Type Method Description List<Catalog>GetCatalogsResponse. catalogList()An array ofCatalogobjects.Methods in software.amazon.awssdk.services.glue.model with parameters of type Catalog Modifier and Type Method Description GetCatalogResponse.BuilderGetCatalogResponse.Builder. catalog(Catalog catalog)ACatalogobject.GetCatalogsResponse.BuilderGetCatalogsResponse.Builder. catalogList(Catalog... catalogList)An array ofCatalogobjects.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type Catalog Modifier and Type Method Description GetCatalogsResponse.BuilderGetCatalogsResponse.Builder. catalogList(Collection<Catalog> catalogList)An array ofCatalogobjects.
-