Uses of Class
software.amazon.awssdk.services.glue.model.TableOptimizerConfiguration
-
Packages that use TableOptimizerConfiguration Package Description software.amazon.awssdk.services.glue.model -
-
Uses of TableOptimizerConfiguration in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return TableOptimizerConfiguration Modifier and Type Method Description TableOptimizerConfigurationTableOptimizer. configuration()ATableOptimizerConfigurationobject that was specified when creating or updating a table optimizer.TableOptimizerConfigurationCreateTableOptimizerRequest. tableOptimizerConfiguration()ATableOptimizerConfigurationobject representing the configuration of a table optimizer.TableOptimizerConfigurationUpdateTableOptimizerRequest. tableOptimizerConfiguration()ATableOptimizerConfigurationobject representing the configuration of a table optimizer.Methods in software.amazon.awssdk.services.glue.model with parameters of type TableOptimizerConfiguration Modifier and Type Method Description TableOptimizer.BuilderTableOptimizer.Builder. configuration(TableOptimizerConfiguration configuration)ATableOptimizerConfigurationobject that was specified when creating or updating a table optimizer.CreateTableOptimizerRequest.BuilderCreateTableOptimizerRequest.Builder. tableOptimizerConfiguration(TableOptimizerConfiguration tableOptimizerConfiguration)ATableOptimizerConfigurationobject representing the configuration of a table optimizer.UpdateTableOptimizerRequest.BuilderUpdateTableOptimizerRequest.Builder. tableOptimizerConfiguration(TableOptimizerConfiguration tableOptimizerConfiguration)ATableOptimizerConfigurationobject representing the configuration of a table optimizer.
-