Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.SortDirection
-
Packages that use SortDirection Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of SortDirection in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return SortDirection Modifier and Type Method Description SortDirectionSortProperty. direction()The direction of the sort, either ascending or descending.static SortDirectionSortDirection. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SortDirectionSortDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static SortDirection[]SortDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type SortDirection Modifier and Type Method Description static Set<SortDirection>SortDirection. knownValues()Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type SortDirection Modifier and Type Method Description SortProperty.BuilderSortProperty.Builder. direction(SortDirection direction)The direction of the sort, either ascending or descending.
-