Uses of Class
software.amazon.awssdk.services.glue.model.GetCatalogResponse
-
Packages that use GetCatalogResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of GetCatalogResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetCatalogResponse Modifier and Type Method Description default GetCatalogResponseGlueClient. getCatalog(Consumer<GetCatalogRequest.Builder> getCatalogRequest)The name of the Catalog to retrieve.default GetCatalogResponseGlueClient. getCatalog(GetCatalogRequest getCatalogRequest)The name of the Catalog to retrieve.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetCatalogResponse Modifier and Type Method Description default CompletableFuture<GetCatalogResponse>GlueAsyncClient. getCatalog(Consumer<GetCatalogRequest.Builder> getCatalogRequest)The name of the Catalog to retrieve.default CompletableFuture<GetCatalogResponse>GlueAsyncClient. getCatalog(GetCatalogRequest getCatalogRequest)The name of the Catalog to retrieve.
-