Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.SortProperty
-
Packages that use SortProperty Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of SortProperty in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type SortProperty Modifier and Type Method Description List<SortProperty>ComponentDataConfiguration. sort()Describes how to sort the component's properties.Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type SortProperty Modifier and Type Method Description ComponentDataConfiguration.BuilderComponentDataConfiguration.Builder. sort(SortProperty... sort)Describes how to sort the component's properties.Method parameters in software.amazon.awssdk.services.amplifyuibuilder.model with type arguments of type SortProperty Modifier and Type Method Description ComponentDataConfiguration.BuilderComponentDataConfiguration.Builder. sort(Collection<SortProperty> sort)Describes how to sort the component's properties.
-