| Package | Description |
|---|---|
| software.amazon.awssdk.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
static OptimizerType |
OptimizerType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OptimizerType |
StorageOptimizer.storageOptimizerType()
The specific type of storage optimizer.
|
OptimizerType |
ListTableStorageOptimizersRequest.storageOptimizerType()
The specific type of storage optimizers to list.
|
static OptimizerType |
OptimizerType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<OptimizerType> |
OptimizerType.knownValues()
|
Map<OptimizerType,Map<String,String>> |
UpdateTableStorageOptimizerRequest.storageOptimizerConfig()
Name of the table for which to enable the storage optimizer.
|
| Modifier and Type | Method and Description |
|---|---|
StorageOptimizer.Builder |
StorageOptimizer.Builder.storageOptimizerType(OptimizerType storageOptimizerType)
The specific type of storage optimizer.
|
ListTableStorageOptimizersRequest.Builder |
ListTableStorageOptimizersRequest.Builder.storageOptimizerType(OptimizerType storageOptimizerType)
The specific type of storage optimizers to list.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateTableStorageOptimizerRequest.Builder |
UpdateTableStorageOptimizerRequest.Builder.storageOptimizerConfig(Map<OptimizerType,? extends Map<String,String>> storageOptimizerConfig)
Name of the table for which to enable the storage optimizer.
|
Copyright © 2023. All rights reserved.