Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateTableOptimizerResult> |
AbstractAWSGlueAsync.createTableOptimizerAsync(CreateTableOptimizerRequest request,
AsyncHandler<CreateTableOptimizerRequest,CreateTableOptimizerResult> asyncHandler) |
Future<CreateTableOptimizerResult> |
AWSGlueAsync.createTableOptimizerAsync(CreateTableOptimizerRequest createTableOptimizerRequest,
AsyncHandler<CreateTableOptimizerRequest,CreateTableOptimizerResult> asyncHandler)
Creates a new table optimizer for a specific function.
|
Future<CreateTableOptimizerResult> |
AWSGlueAsyncClient.createTableOptimizerAsync(CreateTableOptimizerRequest request,
AsyncHandler<CreateTableOptimizerRequest,CreateTableOptimizerResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateTableOptimizerRequest |
CreateTableOptimizerRequest.clone() |
CreateTableOptimizerRequest |
CreateTableOptimizerRequest.withCatalogId(String catalogId)
The Catalog ID of the table.
|
CreateTableOptimizerRequest |
CreateTableOptimizerRequest.withDatabaseName(String databaseName)
The name of the database in the catalog in which the table resides.
|
CreateTableOptimizerRequest |
CreateTableOptimizerRequest.withTableName(String tableName)
The name of the table.
|
CreateTableOptimizerRequest |
CreateTableOptimizerRequest.withTableOptimizerConfiguration(TableOptimizerConfiguration tableOptimizerConfiguration)
A
TableOptimizerConfiguration object representing the configuration of a table optimizer. |
CreateTableOptimizerRequest |
CreateTableOptimizerRequest.withType(String type)
The type of table optimizer.
|
CreateTableOptimizerRequest |
CreateTableOptimizerRequest.withType(TableOptimizerType type)
The type of table optimizer.
|
Copyright © 2024. All rights reserved.