Uses of Class
software.amazon.awssdk.services.glue.model.CreateCatalogResponse
-
Packages that use CreateCatalogResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of CreateCatalogResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return CreateCatalogResponse Modifier and Type Method Description default CreateCatalogResponseGlueClient. createCatalog(Consumer<CreateCatalogRequest.Builder> createCatalogRequest)Creates a new catalog in the Glue Data Catalog.default CreateCatalogResponseGlueClient. createCatalog(CreateCatalogRequest createCatalogRequest)Creates a new catalog in the Glue Data Catalog.Methods in software.amazon.awssdk.services.glue that return types with arguments of type CreateCatalogResponse Modifier and Type Method Description default CompletableFuture<CreateCatalogResponse>GlueAsyncClient. createCatalog(Consumer<CreateCatalogRequest.Builder> createCatalogRequest)Creates a new catalog in the Glue Data Catalog.default CompletableFuture<CreateCatalogResponse>GlueAsyncClient. createCatalog(CreateCatalogRequest createCatalogRequest)Creates a new catalog in the Glue Data Catalog.
-