Uses of Class
software.amazon.awssdk.services.workdocs.model.UserSortType
-
Packages that use UserSortType Package Description software.amazon.awssdk.services.workdocs.model -
-
Uses of UserSortType in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return UserSortType Modifier and Type Method Description static UserSortTypeUserSortType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UserSortTypeDescribeUsersRequest. sort()The sorting criteria.static UserSortTypeUserSortType. valueOf(String name)Returns the enum constant of this type with the specified name.static UserSortType[]UserSortType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type UserSortType Modifier and Type Method Description static Set<UserSortType>UserSortType. knownValues()Methods in software.amazon.awssdk.services.workdocs.model with parameters of type UserSortType Modifier and Type Method Description DescribeUsersRequest.BuilderDescribeUsersRequest.Builder. sort(UserSortType sort)The sorting criteria.
-