Uses of Class
software.amazon.awssdk.services.glue.model.ImportCatalogToGlueResponse
-
Packages that use ImportCatalogToGlueResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of ImportCatalogToGlueResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return ImportCatalogToGlueResponse Modifier and Type Method Description default ImportCatalogToGlueResponseGlueClient. importCatalogToGlue(Consumer<ImportCatalogToGlueRequest.Builder> importCatalogToGlueRequest)Imports an existing Amazon Athena Data Catalog to Glue.default ImportCatalogToGlueResponseGlueClient. importCatalogToGlue(ImportCatalogToGlueRequest importCatalogToGlueRequest)Imports an existing Amazon Athena Data Catalog to Glue.Methods in software.amazon.awssdk.services.glue that return types with arguments of type ImportCatalogToGlueResponse Modifier and Type Method Description default CompletableFuture<ImportCatalogToGlueResponse>GlueAsyncClient. importCatalogToGlue(Consumer<ImportCatalogToGlueRequest.Builder> importCatalogToGlueRequest)Imports an existing Amazon Athena Data Catalog to Glue.default CompletableFuture<ImportCatalogToGlueResponse>GlueAsyncClient. importCatalogToGlue(ImportCatalogToGlueRequest importCatalogToGlueRequest)Imports an existing Amazon Athena Data Catalog to Glue.
-