Uses of Class
software.amazon.awssdk.services.lakeformation.model.OptimizerType
-
Packages that use OptimizerType Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of OptimizerType in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return OptimizerType Modifier and Type Method Description static OptimizerTypeOptimizerType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OptimizerTypeListTableStorageOptimizersRequest. storageOptimizerType()The specific type of storage optimizers to list.OptimizerTypeStorageOptimizer. storageOptimizerType()The specific type of storage optimizer.static OptimizerTypeOptimizerType. valueOf(String name)Returns the enum constant of this type with the specified name.static OptimizerType[]OptimizerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type OptimizerType Modifier and Type Method Description static Set<OptimizerType>OptimizerType. knownValues()Map<OptimizerType,Map<String,String>>UpdateTableStorageOptimizerRequest. storageOptimizerConfig()Name of the table for which to enable the storage optimizer.Methods in software.amazon.awssdk.services.lakeformation.model with parameters of type OptimizerType Modifier and Type Method Description ListTableStorageOptimizersRequest.BuilderListTableStorageOptimizersRequest.Builder. storageOptimizerType(OptimizerType storageOptimizerType)The specific type of storage optimizers to list.StorageOptimizer.BuilderStorageOptimizer.Builder. storageOptimizerType(OptimizerType storageOptimizerType)The specific type of storage optimizer.Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type OptimizerType Modifier and Type Method Description UpdateTableStorageOptimizerRequest.BuilderUpdateTableStorageOptimizerRequest.Builder. storageOptimizerConfig(Map<OptimizerType,? extends Map<String,String>> storageOptimizerConfig)Name of the table for which to enable the storage optimizer.
-