Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.Sort
-
Packages that use Sort Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of Sort in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type Sort Modifier and Type Method Description List<Sort>SearchAddressBooksRequest. sortCriteria()The sort order to use in listing the specified set of address books.List<Sort>SearchContactsRequest. sortCriteria()The sort order to use in listing the specified set of contacts.List<Sort>SearchDevicesRequest. sortCriteria()The sort order to use in listing the specified set of devices.List<Sort>SearchNetworkProfilesRequest. sortCriteria()The sort order to use to list the specified set of network profiles.List<Sort>SearchProfilesRequest. sortCriteria()The sort order to use in listing the specified set of room profiles.List<Sort>SearchRoomsRequest. sortCriteria()The sort order to use in listing the specified set of rooms.List<Sort>SearchSkillGroupsRequest. sortCriteria()The sort order to use in listing the specified set of skill groups.List<Sort>SearchUsersRequest. sortCriteria()The sort order to use in listing the filtered set of users.Methods in software.amazon.awssdk.services.alexaforbusiness.model with parameters of type Sort Modifier and Type Method Description SearchAddressBooksRequest.BuilderSearchAddressBooksRequest.Builder. sortCriteria(Sort... sortCriteria)The sort order to use in listing the specified set of address books.SearchContactsRequest.BuilderSearchContactsRequest.Builder. sortCriteria(Sort... sortCriteria)The sort order to use in listing the specified set of contacts.SearchDevicesRequest.BuilderSearchDevicesRequest.Builder. sortCriteria(Sort... sortCriteria)The sort order to use in listing the specified set of devices.SearchNetworkProfilesRequest.BuilderSearchNetworkProfilesRequest.Builder. sortCriteria(Sort... sortCriteria)The sort order to use to list the specified set of network profiles.SearchProfilesRequest.BuilderSearchProfilesRequest.Builder. sortCriteria(Sort... sortCriteria)The sort order to use in listing the specified set of room profiles.SearchRoomsRequest.BuilderSearchRoomsRequest.Builder. sortCriteria(Sort... sortCriteria)The sort order to use in listing the specified set of rooms.SearchSkillGroupsRequest.BuilderSearchSkillGroupsRequest.Builder. sortCriteria(Sort... sortCriteria)The sort order to use in listing the specified set of skill groups.SearchUsersRequest.BuilderSearchUsersRequest.Builder. sortCriteria(Sort... sortCriteria)The sort order to use in listing the filtered set of users.Method parameters in software.amazon.awssdk.services.alexaforbusiness.model with type arguments of type Sort Modifier and Type Method Description SearchAddressBooksRequest.BuilderSearchAddressBooksRequest.Builder. sortCriteria(Collection<Sort> sortCriteria)The sort order to use in listing the specified set of address books.SearchContactsRequest.BuilderSearchContactsRequest.Builder. sortCriteria(Collection<Sort> sortCriteria)The sort order to use in listing the specified set of contacts.SearchDevicesRequest.BuilderSearchDevicesRequest.Builder. sortCriteria(Collection<Sort> sortCriteria)The sort order to use in listing the specified set of devices.SearchNetworkProfilesRequest.BuilderSearchNetworkProfilesRequest.Builder. sortCriteria(Collection<Sort> sortCriteria)The sort order to use to list the specified set of network profiles.SearchProfilesRequest.BuilderSearchProfilesRequest.Builder. sortCriteria(Collection<Sort> sortCriteria)The sort order to use in listing the specified set of room profiles.SearchRoomsRequest.BuilderSearchRoomsRequest.Builder. sortCriteria(Collection<Sort> sortCriteria)The sort order to use in listing the specified set of rooms.SearchSkillGroupsRequest.BuilderSearchSkillGroupsRequest.Builder. sortCriteria(Collection<Sort> sortCriteria)The sort order to use in listing the specified set of skill groups.SearchUsersRequest.BuilderSearchUsersRequest.Builder. sortCriteria(Collection<Sort> sortCriteria)The sort order to use in listing the filtered set of users.
-