Uses of Class
software.amazon.awssdk.services.lakeformation.model.StorageOptimizer
-
Packages that use StorageOptimizer Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of StorageOptimizer in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type StorageOptimizer Modifier and Type Method Description List<StorageOptimizer>ListTableStorageOptimizersResponse. storageOptimizerList()A list of the storage optimizers associated with a table.Methods in software.amazon.awssdk.services.lakeformation.model with parameters of type StorageOptimizer Modifier and Type Method Description ListTableStorageOptimizersResponse.BuilderListTableStorageOptimizersResponse.Builder. storageOptimizerList(StorageOptimizer... storageOptimizerList)A list of the storage optimizers associated with a table.Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type StorageOptimizer Modifier and Type Method Description ListTableStorageOptimizersResponse.BuilderListTableStorageOptimizersResponse.Builder. storageOptimizerList(Collection<StorageOptimizer> storageOptimizerList)A list of the storage optimizers associated with a table.
-