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