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