| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
TableOptimizerConfiguration |
TableOptimizerConfiguration.clone() |
TableOptimizerConfiguration |
TableOptimizer.getConfiguration()
A
TableOptimizerConfiguration object that was specified when creating or updating a table optimizer. |
TableOptimizerConfiguration |
UpdateTableOptimizerRequest.getTableOptimizerConfiguration()
A
TableOptimizerConfiguration object representing the configuration of a table optimizer. |
TableOptimizerConfiguration |
CreateTableOptimizerRequest.getTableOptimizerConfiguration()
A
TableOptimizerConfiguration object representing the configuration of a table optimizer. |
TableOptimizerConfiguration |
TableOptimizerConfiguration.withEnabled(Boolean enabled)
Whether table optimization is enabled.
|
TableOptimizerConfiguration |
TableOptimizerConfiguration.withRoleArn(String roleArn)
A role passed by the caller which gives the service permission to update the resources associated with the
optimizer on the caller's behalf.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableOptimizer.setConfiguration(TableOptimizerConfiguration configuration)
A
TableOptimizerConfiguration object that was specified when creating or updating a table optimizer. |
void |
UpdateTableOptimizerRequest.setTableOptimizerConfiguration(TableOptimizerConfiguration tableOptimizerConfiguration)
A
TableOptimizerConfiguration object representing the configuration of a table optimizer. |
void |
CreateTableOptimizerRequest.setTableOptimizerConfiguration(TableOptimizerConfiguration tableOptimizerConfiguration)
A
TableOptimizerConfiguration object representing the configuration of a table optimizer. |
TableOptimizer |
TableOptimizer.withConfiguration(TableOptimizerConfiguration configuration)
A
TableOptimizerConfiguration object that was specified when creating or updating a table optimizer. |
UpdateTableOptimizerRequest |
UpdateTableOptimizerRequest.withTableOptimizerConfiguration(TableOptimizerConfiguration tableOptimizerConfiguration)
A
TableOptimizerConfiguration object representing the configuration of a table optimizer. |
CreateTableOptimizerRequest |
CreateTableOptimizerRequest.withTableOptimizerConfiguration(TableOptimizerConfiguration tableOptimizerConfiguration)
A
TableOptimizerConfiguration object representing the configuration of a table optimizer. |
Copyright © 2025. All rights reserved.