Uses of Class
software.amazon.awssdk.services.glue.model.IcebergSortDirection
-
Packages that use IcebergSortDirection Package Description software.amazon.awssdk.services.glue.model -
-
Uses of IcebergSortDirection in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return IcebergSortDirection Modifier and Type Method Description IcebergSortDirectionIcebergSortField. direction()The sort direction for this field, either ascending or descending.static IcebergSortDirectionIcebergSortDirection. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static IcebergSortDirectionIcebergSortDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static IcebergSortDirection[]IcebergSortDirection. 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 IcebergSortDirection Modifier and Type Method Description static Set<IcebergSortDirection>IcebergSortDirection. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type IcebergSortDirection Modifier and Type Method Description IcebergSortField.BuilderIcebergSortField.Builder. direction(IcebergSortDirection direction)The sort direction for this field, either ascending or descending.
-