Uses of Class
software.amazon.awssdk.services.glue.model.GetCatalogsResponse
-
Packages that use GetCatalogsResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of GetCatalogsResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetCatalogsResponse Modifier and Type Method Description default GetCatalogsResponseGlueClient. getCatalogs(Consumer<GetCatalogsRequest.Builder> getCatalogsRequest)Retrieves all catalogs defined in a catalog in the Glue Data Catalog.default GetCatalogsResponseGlueClient. getCatalogs(GetCatalogsRequest getCatalogsRequest)Retrieves all catalogs defined in a catalog in the Glue Data Catalog.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetCatalogsResponse Modifier and Type Method Description default CompletableFuture<GetCatalogsResponse>GlueAsyncClient. getCatalogs(Consumer<GetCatalogsRequest.Builder> getCatalogsRequest)Retrieves all catalogs defined in a catalog in the Glue Data Catalog.default CompletableFuture<GetCatalogsResponse>GlueAsyncClient. getCatalogs(GetCatalogsRequest getCatalogsRequest)Retrieves all catalogs defined in a catalog in the Glue Data Catalog.
-