Uses of Enum
com.amazonaws.services.codecommit.model.SortByEnum
Packages that use SortByEnum
-
Uses of SortByEnum in com.amazonaws.services.codecommit.model
Methods in com.amazonaws.services.codecommit.model that return SortByEnumModifier and TypeMethodDescriptionstatic SortByEnumUse this in place of valueOf.static SortByEnumReturns 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 SortByEnumModifier and TypeMethodDescriptionvoidListRepositoriesRequest.setSortBy(SortByEnum sortBy) The criteria used to sort the results of a list repositories operation.ListRepositoriesRequest.withSortBy(SortByEnum sortBy) The criteria used to sort the results of a list repositories operation.