| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BotSortBy |
BotSortBy.clone() |
BotSortBy |
ListBotsRequest.getSortBy()
Specifies sorting parameters for the list of bots.
|
BotSortBy |
BotSortBy.withAttribute(BotSortAttribute attribute)
The attribute to use to sort the list of bots.
|
BotSortBy |
BotSortBy.withAttribute(String attribute)
The attribute to use to sort the list of bots.
|
BotSortBy |
BotSortBy.withOrder(SortOrder order)
The order to sort the list.
|
BotSortBy |
BotSortBy.withOrder(String order)
The order to sort the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBotsRequest.setSortBy(BotSortBy sortBy)
Specifies sorting parameters for the list of bots.
|
ListBotsRequest |
ListBotsRequest.withSortBy(BotSortBy sortBy)
Specifies sorting parameters for the list of bots.
|
Copyright © 2021. All rights reserved.