Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateTableResult> |
AWSGlueAsyncClient.createTableAsync(CreateTableRequest request,
AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler) |
Future<CreateTableResult> |
AWSGlueAsync.createTableAsync(CreateTableRequest createTableRequest,
AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler)
Creates a new table definition in the Data Catalog.
|
Future<CreateTableResult> |
AbstractAWSGlueAsync.createTableAsync(CreateTableRequest request,
AsyncHandler<CreateTableRequest,CreateTableResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateTableRequest |
CreateTableRequest.clone() |
CreateTableRequest |
CreateTableRequest.withCatalogId(String catalogId)
The ID of the Data Catalog in which to create the
Table . |
CreateTableRequest |
CreateTableRequest.withDatabaseName(String databaseName)
The catalog database in which to create the new table.
|
CreateTableRequest |
CreateTableRequest.withTableInput(TableInput tableInput)
The
TableInput object that defines the metadata table to create in the catalog. |
Copyright © 2020. All rights reserved.