Uses of Class
software.amazon.awssdk.services.glue.model.TableOptimizerEventType
-
Packages that use TableOptimizerEventType Package Description software.amazon.awssdk.services.glue.model -
-
Uses of TableOptimizerEventType in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return TableOptimizerEventType Modifier and Type Method Description TableOptimizerEventTypeTableOptimizerRun. eventType()An event type representing the status of the table optimizer run.static TableOptimizerEventTypeTableOptimizerEventType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static TableOptimizerEventTypeTableOptimizerEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static TableOptimizerEventType[]TableOptimizerEventType. 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 TableOptimizerEventType Modifier and Type Method Description static Set<TableOptimizerEventType>TableOptimizerEventType. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type TableOptimizerEventType Modifier and Type Method Description TableOptimizerRun.BuilderTableOptimizerRun.Builder. eventType(TableOptimizerEventType eventType)An event type representing the status of the table optimizer run.
-