Uses of Class
software.amazon.awssdk.services.lakeformation.model.UpdateTableStorageOptimizerResponse
-
Packages that use UpdateTableStorageOptimizerResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation -
-
Uses of UpdateTableStorageOptimizerResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return UpdateTableStorageOptimizerResponse Modifier and Type Method Description default UpdateTableStorageOptimizerResponseLakeFormationClient. updateTableStorageOptimizer(Consumer<UpdateTableStorageOptimizerRequest.Builder> updateTableStorageOptimizerRequest)Updates the configuration of the storage optimizers for a table.default UpdateTableStorageOptimizerResponseLakeFormationClient. updateTableStorageOptimizer(UpdateTableStorageOptimizerRequest updateTableStorageOptimizerRequest)Updates the configuration of the storage optimizers for a table.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type UpdateTableStorageOptimizerResponse Modifier and Type Method Description default CompletableFuture<UpdateTableStorageOptimizerResponse>LakeFormationAsyncClient. updateTableStorageOptimizer(Consumer<UpdateTableStorageOptimizerRequest.Builder> updateTableStorageOptimizerRequest)Updates the configuration of the storage optimizers for a table.default CompletableFuture<UpdateTableStorageOptimizerResponse>LakeFormationAsyncClient. updateTableStorageOptimizer(UpdateTableStorageOptimizerRequest updateTableStorageOptimizerRequest)Updates the configuration of the storage optimizers for a table.
-