| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
TestSetSortBy |
TestSetSortBy.clone() |
TestSetSortBy |
ListTestSetsRequest.getSortBy()
The sort order for the list of test sets.
|
TestSetSortBy |
TestSetSortBy.withAttribute(String attribute)
Specifies whether to sort the test sets by name or by the time they were last updated.
|
TestSetSortBy |
TestSetSortBy.withAttribute(TestSetSortAttribute attribute)
Specifies whether to sort the test sets by name or by the time they were last updated.
|
TestSetSortBy |
TestSetSortBy.withOrder(SortOrder order)
Specifies whether to sort in ascending or descending order.
|
TestSetSortBy |
TestSetSortBy.withOrder(String order)
Specifies whether to sort in ascending or descending order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTestSetsRequest.setSortBy(TestSetSortBy sortBy)
The sort order for the list of test sets.
|
ListTestSetsRequest |
ListTestSetsRequest.withSortBy(TestSetSortBy sortBy)
The sort order for the list of test sets.
|
Copyright © 2024. All rights reserved.