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