Uses of Class
software.amazon.awssdk.services.glue.model.TableOptimizer
-
Packages that use TableOptimizer Package Description software.amazon.awssdk.services.glue.model -
-
Uses of TableOptimizer in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return TableOptimizer Modifier and Type Method Description TableOptimizerBatchTableOptimizer. tableOptimizer()ATableOptimizerobject that contains details on the configuration and last run of a table optimzer.TableOptimizerGetTableOptimizerResponse. tableOptimizer()The optimizer associated with the specified table.Methods in software.amazon.awssdk.services.glue.model with parameters of type TableOptimizer Modifier and Type Method Description BatchTableOptimizer.BuilderBatchTableOptimizer.Builder. tableOptimizer(TableOptimizer tableOptimizer)ATableOptimizerobject that contains details on the configuration and last run of a table optimzer.GetTableOptimizerResponse.BuilderGetTableOptimizerResponse.Builder. tableOptimizer(TableOptimizer tableOptimizer)The optimizer associated with the specified table.
-