| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BotLocaleSortBy |
BotLocaleSortBy.clone() |
BotLocaleSortBy |
ListBotLocalesRequest.getSortBy()
Specifies sorting parameters for the list of locales.
|
BotLocaleSortBy |
BotLocaleSortBy.withAttribute(BotLocaleSortAttribute attribute)
The bot locale attribute to sort by.
|
BotLocaleSortBy |
BotLocaleSortBy.withAttribute(String attribute)
The bot locale attribute to sort by.
|
BotLocaleSortBy |
BotLocaleSortBy.withOrder(SortOrder order)
Specifies whether to sort the bot locales in ascending or descending order.
|
BotLocaleSortBy |
BotLocaleSortBy.withOrder(String order)
Specifies whether to sort the bot locales in ascending or descending order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBotLocalesRequest.setSortBy(BotLocaleSortBy sortBy)
Specifies sorting parameters for the list of locales.
|
ListBotLocalesRequest |
ListBotLocalesRequest.withSortBy(BotLocaleSortBy sortBy)
Specifies sorting parameters for the list of locales.
|
Copyright © 2024. All rights reserved.