Uses of Class
software.amazon.awssdk.services.glue.model.CreateTableRequest
-
Packages that use CreateTableRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of CreateTableRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type CreateTableRequest Modifier and Type Method Description default CompletableFuture<CreateTableResponse>GlueAsyncClient. createTable(CreateTableRequest createTableRequest)Creates a new table definition in the Data Catalog.default CreateTableResponseGlueClient. createTable(CreateTableRequest createTableRequest)Creates a new table definition in the Data Catalog. -
Uses of CreateTableRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type CreateTableRequest Modifier and Type Method Description SdkHttpFullRequestCreateTableRequestMarshaller. marshall(CreateTableRequest createTableRequest)
-