| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Sort |
Sort.clone() |
Sort |
SearchContactsRequest.getSort()
Specifies a field to sort by and a sort order.
|
Sort |
Sort.withFieldName(SortableFieldName fieldName)
The name of the field on which to sort.
|
Sort |
Sort.withFieldName(String fieldName)
The name of the field on which to sort.
|
Sort |
Sort.withOrder(SortOrder order)
An ascending or descending sort.
|
Sort |
Sort.withOrder(String order)
An ascending or descending sort.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchContactsRequest.setSort(Sort sort)
Specifies a field to sort by and a sort order.
|
SearchContactsRequest |
SearchContactsRequest.withSort(Sort sort)
Specifies a field to sort by and a sort order.
|
Copyright © 2024. All rights reserved.