Uses of Class
software.amazon.awssdk.services.glue.model.TaskRunSortColumnType
-
Packages that use TaskRunSortColumnType Package Description software.amazon.awssdk.services.glue.model -
-
Uses of TaskRunSortColumnType in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return TaskRunSortColumnType Modifier and Type Method Description TaskRunSortColumnTypeTaskRunSortCriteria. column()The column to be used to sort the list of task runs for the machine learning transform.static TaskRunSortColumnTypeTaskRunSortColumnType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static TaskRunSortColumnTypeTaskRunSortColumnType. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskRunSortColumnType[]TaskRunSortColumnType. 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 TaskRunSortColumnType Modifier and Type Method Description static Set<TaskRunSortColumnType>TaskRunSortColumnType. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type TaskRunSortColumnType Modifier and Type Method Description TaskRunSortCriteria.BuilderTaskRunSortCriteria.Builder. column(TaskRunSortColumnType column)The column to be used to sort the list of task runs for the machine learning transform.
-