| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ExportSortBy |
ExportSortBy.clone() |
ExportSortBy |
ListExportsRequest.getSortBy()
Determines the field that the list of exports is sorted by.
|
ExportSortBy |
ExportSortBy.withAttribute(ExportSortAttribute attribute)
The export field to use for sorting.
|
ExportSortBy |
ExportSortBy.withAttribute(String attribute)
The export field to use for sorting.
|
ExportSortBy |
ExportSortBy.withOrder(SortOrder order)
The order to sort the list.
|
ExportSortBy |
ExportSortBy.withOrder(String order)
The order to sort the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListExportsRequest.setSortBy(ExportSortBy sortBy)
Determines the field that the list of exports is sorted by.
|
ListExportsRequest |
ListExportsRequest.withSortBy(ExportSortBy sortBy)
Determines the field that the list of exports is sorted by.
|
Copyright © 2021. All rights reserved.