| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
Sort |
Sort.clone() |
Sort |
Sort.withKey(String key)
The sort key of a sort object.
|
Sort |
Sort.withValue(SortValue value)
The sort value of a sort object.
|
Sort |
Sort.withValue(String value)
The sort value of a sort object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Sort> |
SearchUsersRequest.getSortCriteria()
The sort order to use in listing the filtered set of users.
|
List<Sort> |
SearchNetworkProfilesRequest.getSortCriteria()
The sort order to use to list the specified set of network profiles.
|
List<Sort> |
SearchSkillGroupsRequest.getSortCriteria()
The sort order to use in listing the specified set of skill groups.
|
List<Sort> |
SearchAddressBooksRequest.getSortCriteria()
The sort order to use in listing the specified set of address books.
|
List<Sort> |
SearchRoomsRequest.getSortCriteria()
The sort order to use in listing the specified set of rooms.
|
List<Sort> |
SearchContactsRequest.getSortCriteria()
The sort order to use in listing the specified set of contacts.
|
List<Sort> |
SearchDevicesRequest.getSortCriteria()
The sort order to use in listing the specified set of devices.
|
List<Sort> |
SearchProfilesRequest.getSortCriteria()
The sort order to use in listing the specified set of room profiles.
|
| Modifier and Type | Method and Description |
|---|---|
SearchUsersRequest |
SearchUsersRequest.withSortCriteria(Sort... sortCriteria)
The sort order to use in listing the filtered set of users.
|
SearchNetworkProfilesRequest |
SearchNetworkProfilesRequest.withSortCriteria(Sort... sortCriteria)
The sort order to use to list the specified set of network profiles.
|
SearchSkillGroupsRequest |
SearchSkillGroupsRequest.withSortCriteria(Sort... sortCriteria)
The sort order to use in listing the specified set of skill groups.
|
SearchAddressBooksRequest |
SearchAddressBooksRequest.withSortCriteria(Sort... sortCriteria)
The sort order to use in listing the specified set of address books.
|
SearchRoomsRequest |
SearchRoomsRequest.withSortCriteria(Sort... sortCriteria)
The sort order to use in listing the specified set of rooms.
|
SearchContactsRequest |
SearchContactsRequest.withSortCriteria(Sort... sortCriteria)
The sort order to use in listing the specified set of contacts.
|
SearchDevicesRequest |
SearchDevicesRequest.withSortCriteria(Sort... sortCriteria)
The sort order to use in listing the specified set of devices.
|
SearchProfilesRequest |
SearchProfilesRequest.withSortCriteria(Sort... sortCriteria)
The sort order to use in listing the specified set of room profiles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchUsersRequest.setSortCriteria(Collection<Sort> sortCriteria)
The sort order to use in listing the filtered set of users.
|
void |
SearchNetworkProfilesRequest.setSortCriteria(Collection<Sort> sortCriteria)
The sort order to use to list the specified set of network profiles.
|
void |
SearchSkillGroupsRequest.setSortCriteria(Collection<Sort> sortCriteria)
The sort order to use in listing the specified set of skill groups.
|
void |
SearchAddressBooksRequest.setSortCriteria(Collection<Sort> sortCriteria)
The sort order to use in listing the specified set of address books.
|
void |
SearchRoomsRequest.setSortCriteria(Collection<Sort> sortCriteria)
The sort order to use in listing the specified set of rooms.
|
void |
SearchContactsRequest.setSortCriteria(Collection<Sort> sortCriteria)
The sort order to use in listing the specified set of contacts.
|
void |
SearchDevicesRequest.setSortCriteria(Collection<Sort> sortCriteria)
The sort order to use in listing the specified set of devices.
|
void |
SearchProfilesRequest.setSortCriteria(Collection<Sort> sortCriteria)
The sort order to use in listing the specified set of room profiles.
|
SearchUsersRequest |
SearchUsersRequest.withSortCriteria(Collection<Sort> sortCriteria)
The sort order to use in listing the filtered set of users.
|
SearchNetworkProfilesRequest |
SearchNetworkProfilesRequest.withSortCriteria(Collection<Sort> sortCriteria)
The sort order to use to list the specified set of network profiles.
|
SearchSkillGroupsRequest |
SearchSkillGroupsRequest.withSortCriteria(Collection<Sort> sortCriteria)
The sort order to use in listing the specified set of skill groups.
|
SearchAddressBooksRequest |
SearchAddressBooksRequest.withSortCriteria(Collection<Sort> sortCriteria)
The sort order to use in listing the specified set of address books.
|
SearchRoomsRequest |
SearchRoomsRequest.withSortCriteria(Collection<Sort> sortCriteria)
The sort order to use in listing the specified set of rooms.
|
SearchContactsRequest |
SearchContactsRequest.withSortCriteria(Collection<Sort> sortCriteria)
The sort order to use in listing the specified set of contacts.
|
SearchDevicesRequest |
SearchDevicesRequest.withSortCriteria(Collection<Sort> sortCriteria)
The sort order to use in listing the specified set of devices.
|
SearchProfilesRequest |
SearchProfilesRequest.withSortCriteria(Collection<Sort> sortCriteria)
The sort order to use in listing the specified set of room profiles.
|
Copyright © 2019. All rights reserved.