Uses of Class
software.amazon.awssdk.services.glue.model.DeleteCatalogResponse
-
Packages that use DeleteCatalogResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of DeleteCatalogResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return DeleteCatalogResponse Modifier and Type Method Description default DeleteCatalogResponseGlueClient. deleteCatalog(Consumer<DeleteCatalogRequest.Builder> deleteCatalogRequest)Removes the specified catalog from the Glue Data Catalog.default DeleteCatalogResponseGlueClient. deleteCatalog(DeleteCatalogRequest deleteCatalogRequest)Removes the specified catalog from the Glue Data Catalog.Methods in software.amazon.awssdk.services.glue that return types with arguments of type DeleteCatalogResponse Modifier and Type Method Description default CompletableFuture<DeleteCatalogResponse>GlueAsyncClient. deleteCatalog(Consumer<DeleteCatalogRequest.Builder> deleteCatalogRequest)Removes the specified catalog from the Glue Data Catalog.default CompletableFuture<DeleteCatalogResponse>GlueAsyncClient. deleteCatalog(DeleteCatalogRequest deleteCatalogRequest)Removes the specified catalog from the Glue Data Catalog.
-