Uses of Class
software.amazon.awssdk.services.glue.model.TableOptimizerType
-
Packages that use TableOptimizerType Package Description software.amazon.awssdk.services.glue.model -
-
Uses of TableOptimizerType in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return TableOptimizerType Modifier and Type Method Description static TableOptimizerTypeTableOptimizerType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TableOptimizerTypeBatchGetTableOptimizerEntry. type()The type of table optimizer.TableOptimizerTypeBatchGetTableOptimizerError. type()The type of table optimizer.TableOptimizerTypeCreateTableOptimizerRequest. type()The type of table optimizer.TableOptimizerTypeDeleteTableOptimizerRequest. type()The type of table optimizer.TableOptimizerTypeGetTableOptimizerRequest. type()The type of table optimizer.TableOptimizerTypeListTableOptimizerRunsRequest. type()The type of table optimizer.TableOptimizerTypeTableOptimizer. type()The type of table optimizer.TableOptimizerTypeUpdateTableOptimizerRequest. type()The type of table optimizer.static TableOptimizerTypeTableOptimizerType. valueOf(String name)Returns the enum constant of this type with the specified name.static TableOptimizerType[]TableOptimizerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type TableOptimizerType Modifier and Type Method Description static Set<TableOptimizerType>TableOptimizerType. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type TableOptimizerType Modifier and Type Method Description BatchGetTableOptimizerEntry.BuilderBatchGetTableOptimizerEntry.Builder. type(TableOptimizerType type)The type of table optimizer.BatchGetTableOptimizerError.BuilderBatchGetTableOptimizerError.Builder. type(TableOptimizerType type)The type of table optimizer.CreateTableOptimizerRequest.BuilderCreateTableOptimizerRequest.Builder. type(TableOptimizerType type)The type of table optimizer.DeleteTableOptimizerRequest.BuilderDeleteTableOptimizerRequest.Builder. type(TableOptimizerType type)The type of table optimizer.GetTableOptimizerRequest.BuilderGetTableOptimizerRequest.Builder. type(TableOptimizerType type)The type of table optimizer.ListTableOptimizerRunsRequest.BuilderListTableOptimizerRunsRequest.Builder. type(TableOptimizerType type)The type of table optimizer.TableOptimizer.BuilderTableOptimizer.Builder. type(TableOptimizerType type)The type of table optimizer.UpdateTableOptimizerRequest.BuilderUpdateTableOptimizerRequest.Builder. type(TableOptimizerType type)The type of table optimizer.
-