| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
TestExecutionSortBy |
TestExecutionSortBy.clone() |
TestExecutionSortBy |
ListTestExecutionsRequest.getSortBy()
The sort order of the test set executions.
|
TestExecutionSortBy |
TestExecutionSortBy.withAttribute(String attribute)
Specifies whether to sort the test set executions by the date and time at which the test sets were created.
|
TestExecutionSortBy |
TestExecutionSortBy.withAttribute(TestExecutionSortAttribute attribute)
Specifies whether to sort the test set executions by the date and time at which the test sets were created.
|
TestExecutionSortBy |
TestExecutionSortBy.withOrder(SortOrder order)
Specifies whether to sort in ascending or descending order.
|
TestExecutionSortBy |
TestExecutionSortBy.withOrder(String order)
Specifies whether to sort in ascending or descending order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTestExecutionsRequest.setSortBy(TestExecutionSortBy sortBy)
The sort order of the test set executions.
|
ListTestExecutionsRequest |
ListTestExecutionsRequest.withSortBy(TestExecutionSortBy sortBy)
The sort order of the test set executions.
|
Copyright © 2023. All rights reserved.