| 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> |
SearchSkillGroupsRequest.getSortCriteria()
The sort order to use in listing the specified set of skill groups.
|
List<Sort> |
SearchRoomsRequest.getSortCriteria()
The sort order to use in listing the specified set of rooms.
|
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.
|
SearchSkillGroupsRequest |
SearchSkillGroupsRequest.withSortCriteria(Sort... sortCriteria)
The sort order to use in listing the specified set of skill groups.
|
SearchRoomsRequest |
SearchRoomsRequest.withSortCriteria(Sort... sortCriteria)
The sort order to use in listing the specified set of rooms.
|
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 |
SearchSkillGroupsRequest.setSortCriteria(Collection<Sort> sortCriteria)
The sort order to use in listing the specified set of skill groups.
|
void |
SearchRoomsRequest.setSortCriteria(Collection<Sort> sortCriteria)
The sort order to use in listing the specified set of rooms.
|
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.
|
SearchSkillGroupsRequest |
SearchSkillGroupsRequest.withSortCriteria(Collection<Sort> sortCriteria)
The sort order to use in listing the specified set of skill groups.
|
SearchRoomsRequest |
SearchRoomsRequest.withSortCriteria(Collection<Sort> sortCriteria)
The sort order to use in listing the specified set of rooms.
|
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 © 2018. All rights reserved.