Uses of Class
software.amazon.awssdk.services.glue.model.BatchGetTableOptimizerRequest
-
Packages that use BatchGetTableOptimizerRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of BatchGetTableOptimizerRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type BatchGetTableOptimizerRequest Modifier and Type Method Description default CompletableFuture<BatchGetTableOptimizerResponse>GlueAsyncClient. batchGetTableOptimizer(BatchGetTableOptimizerRequest batchGetTableOptimizerRequest)Returns the configuration for the specified table optimizers.default BatchGetTableOptimizerResponseGlueClient. batchGetTableOptimizer(BatchGetTableOptimizerRequest batchGetTableOptimizerRequest)Returns the configuration for the specified table optimizers. -
Uses of BatchGetTableOptimizerRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type BatchGetTableOptimizerRequest Modifier and Type Method Description SdkHttpFullRequestBatchGetTableOptimizerRequestMarshaller. marshall(BatchGetTableOptimizerRequest batchGetTableOptimizerRequest)
-