Uses of Class
software.amazon.awssdk.services.glue.model.GetTableOptimizerRequest
-
Packages that use GetTableOptimizerRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of GetTableOptimizerRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type GetTableOptimizerRequest Modifier and Type Method Description default CompletableFuture<GetTableOptimizerResponse>GlueAsyncClient. getTableOptimizer(GetTableOptimizerRequest getTableOptimizerRequest)Returns the configuration of all optimizers associated with a specified table.default GetTableOptimizerResponseGlueClient. getTableOptimizer(GetTableOptimizerRequest getTableOptimizerRequest)Returns the configuration of all optimizers associated with a specified table. -
Uses of GetTableOptimizerRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type GetTableOptimizerRequest Modifier and Type Method Description SdkHttpFullRequestGetTableOptimizerRequestMarshaller. marshall(GetTableOptimizerRequest getTableOptimizerRequest)
-