Uses of Class
com.amazonaws.services.codecommit.model.SortByEnum
-
Packages that use SortByEnum Package Description com.amazonaws.services.codecommit.model -
-
Uses of SortByEnum in com.amazonaws.services.codecommit.model
Methods in com.amazonaws.services.codecommit.model that return SortByEnum Modifier and Type Method Description static SortByEnumSortByEnum. fromValue(String value)Use this in place of valueOf.static SortByEnumSortByEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SortByEnum[]SortByEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.codecommit.model with parameters of type SortByEnum Modifier and Type Method Description voidListRepositoriesRequest. setSortBy(SortByEnum sortBy)The criteria used to sort the results of a list repositories operation.ListRepositoriesRequestListRepositoriesRequest. withSortBy(SortByEnum sortBy)The criteria used to sort the results of a list repositories operation.
-