Uses of Class
software.amazon.awssdk.services.glue.model.BatchTableOptimizer
-
Packages that use BatchTableOptimizer Package Description software.amazon.awssdk.services.glue.model -
-
Uses of BatchTableOptimizer in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type BatchTableOptimizer Modifier and Type Method Description List<BatchTableOptimizer>BatchGetTableOptimizerResponse. tableOptimizers()A list ofBatchTableOptimizerobjects.Methods in software.amazon.awssdk.services.glue.model with parameters of type BatchTableOptimizer Modifier and Type Method Description BatchGetTableOptimizerResponse.BuilderBatchGetTableOptimizerResponse.Builder. tableOptimizers(BatchTableOptimizer... tableOptimizers)A list ofBatchTableOptimizerobjects.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type BatchTableOptimizer Modifier and Type Method Description BatchGetTableOptimizerResponse.BuilderBatchGetTableOptimizerResponse.Builder. tableOptimizers(Collection<BatchTableOptimizer> tableOptimizers)A list ofBatchTableOptimizerobjects.
-