Uses of Class
software.amazon.awssdk.services.glue.model.TableOptimizerRun
-
Packages that use TableOptimizerRun Package Description software.amazon.awssdk.services.glue.model -
-
Uses of TableOptimizerRun in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return TableOptimizerRun Modifier and Type Method Description TableOptimizerRunTableOptimizer. lastRun()ATableOptimizerRunobject representing the last run of the table optimizer.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type TableOptimizerRun Modifier and Type Method Description List<TableOptimizerRun>ListTableOptimizerRunsResponse. tableOptimizerRuns()A list of the optimizer runs associated with a table.Methods in software.amazon.awssdk.services.glue.model with parameters of type TableOptimizerRun Modifier and Type Method Description TableOptimizer.BuilderTableOptimizer.Builder. lastRun(TableOptimizerRun lastRun)ATableOptimizerRunobject representing the last run of the table optimizer.ListTableOptimizerRunsResponse.BuilderListTableOptimizerRunsResponse.Builder. tableOptimizerRuns(TableOptimizerRun... tableOptimizerRuns)A list of the optimizer runs associated with a table.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type TableOptimizerRun Modifier and Type Method Description ListTableOptimizerRunsResponse.BuilderListTableOptimizerRunsResponse.Builder. tableOptimizerRuns(Collection<TableOptimizerRun> tableOptimizerRuns)A list of the optimizer runs associated with a table.
-