Uses of Class
software.amazon.awssdk.services.glue.model.TableOptimizerRun
-
Packages that use TableOptimizerRun Package Description software.amazon.awssdk.services.glue.model software.amazon.awssdk.services.glue.paginators -
-
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. -
Uses of TableOptimizerRun in software.amazon.awssdk.services.glue.paginators
Methods in software.amazon.awssdk.services.glue.paginators that return types with arguments of type TableOptimizerRun Modifier and Type Method Description SdkIterable<TableOptimizerRun>ListTableOptimizerRunsIterable. tableOptimizerRuns()Returns an iterable to iterate through the paginatedListTableOptimizerRunsResponse.tableOptimizerRuns()member.SdkPublisher<TableOptimizerRun>ListTableOptimizerRunsPublisher. tableOptimizerRuns()Returns a publisher that can be used to get a stream of data.
-