Uses of Interface
software.amazon.awssdk.services.amplifyuibuilder.model.SortProperty.Builder
-
Packages that use SortProperty.Builder Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of SortProperty.Builder in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return SortProperty.Builder Modifier and Type Method Description static SortProperty.BuilderSortProperty. builder()SortProperty.BuilderSortProperty.Builder. direction(String direction)The direction of the sort, either ascending or descending.SortProperty.BuilderSortProperty.Builder. direction(SortDirection direction)The direction of the sort, either ascending or descending.SortProperty.BuilderSortProperty.Builder. field(String field)The field to perform the sort on.SortProperty.BuilderSortProperty. toBuilder()Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type SortProperty.Builder Modifier and Type Method Description static Class<? extends SortProperty.Builder>SortProperty. serializableBuilderClass()
-