| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
BatchTableOptimizer |
BatchTableOptimizer.clone() |
BatchTableOptimizer |
BatchTableOptimizer.withCatalogId(String catalogId)
The Catalog ID of the table.
|
BatchTableOptimizer |
BatchTableOptimizer.withDatabaseName(String databaseName)
The name of the database in the catalog in which the table resides.
|
BatchTableOptimizer |
BatchTableOptimizer.withTableName(String tableName)
The name of the table.
|
BatchTableOptimizer |
BatchTableOptimizer.withTableOptimizer(TableOptimizer tableOptimizer)
A
TableOptimizer object that contains details on the configuration and last run of a table optimzer. |
| Modifier and Type | Method and Description |
|---|---|
List<BatchTableOptimizer> |
BatchGetTableOptimizerResult.getTableOptimizers()
A list of
BatchTableOptimizer objects. |
| Modifier and Type | Method and Description |
|---|---|
BatchGetTableOptimizerResult |
BatchGetTableOptimizerResult.withTableOptimizers(BatchTableOptimizer... tableOptimizers)
A list of
BatchTableOptimizer objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetTableOptimizerResult.setTableOptimizers(Collection<BatchTableOptimizer> tableOptimizers)
A list of
BatchTableOptimizer objects. |
BatchGetTableOptimizerResult |
BatchGetTableOptimizerResult.withTableOptimizers(Collection<BatchTableOptimizer> tableOptimizers)
A list of
BatchTableOptimizer objects. |
Copyright © 2024. All rights reserved.