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