| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
TableOptimizer |
TableOptimizer.clone() |
TableOptimizer |
BatchTableOptimizer.getTableOptimizer()
A
TableOptimizer object that contains details on the configuration and last run of a table optimzer. |
TableOptimizer |
GetTableOptimizerResult.getTableOptimizer()
The optimizer associated with the specified table.
|
TableOptimizer |
TableOptimizer.withConfiguration(TableOptimizerConfiguration configuration)
A
TableOptimizerConfiguration object that was specified when creating or updating a table optimizer. |
TableOptimizer |
TableOptimizer.withLastRun(TableOptimizerRun lastRun)
A
TableOptimizerRun object representing the last run of the table optimizer. |
TableOptimizer |
TableOptimizer.withType(String type)
The type of table optimizer.
|
TableOptimizer |
TableOptimizer.withType(TableOptimizerType type)
The type of table optimizer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchTableOptimizer.setTableOptimizer(TableOptimizer tableOptimizer)
A
TableOptimizer object that contains details on the configuration and last run of a table optimzer. |
void |
GetTableOptimizerResult.setTableOptimizer(TableOptimizer tableOptimizer)
The optimizer associated with the specified table.
|
BatchTableOptimizer |
BatchTableOptimizer.withTableOptimizer(TableOptimizer tableOptimizer)
A
TableOptimizer object that contains details on the configuration and last run of a table optimzer. |
GetTableOptimizerResult |
GetTableOptimizerResult.withTableOptimizer(TableOptimizer tableOptimizer)
The optimizer associated with the specified table.
|
Copyright © 2025. All rights reserved.