| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static SortOrder |
SortOrder.fromValue(String value)
Use this in place of valueOf.
|
static SortOrder |
SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOrder[] |
SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TestSetSortBy |
TestSetSortBy.withOrder(SortOrder order)
Specifies whether to sort in ascending or descending order.
|
TestExecutionSortBy |
TestExecutionSortBy.withOrder(SortOrder order)
Specifies whether to sort in ascending or descending order.
|
SlotSortBy |
SlotSortBy.withOrder(SortOrder order)
The order to sort the list.
|
SlotTypeSortBy |
SlotTypeSortBy.withOrder(SortOrder order)
The order to sort the list.
|
IntentSortBy |
IntentSortBy.withOrder(SortOrder order)
The order to sort the list.
|
ImportSortBy |
ImportSortBy.withOrder(SortOrder order)
The order to sort the list.
|
ExportSortBy |
ExportSortBy.withOrder(SortOrder order)
The order to sort the list.
|
BuiltInSlotTypeSortBy |
BuiltInSlotTypeSortBy.withOrder(SortOrder order)
The order to sort the list.
|
BuiltInIntentSortBy |
BuiltInIntentSortBy.withOrder(SortOrder order)
The order to sort the list.
|
BotSortBy |
BotSortBy.withOrder(SortOrder order)
The order to sort the list.
|
BotVersionSortBy |
BotVersionSortBy.withOrder(SortOrder order)
The order to sort the list.
|
GenerationSortBy |
GenerationSortBy.withOrder(SortOrder order)
The order by which to sort the generation request information.
|
BotLocaleSortBy |
BotLocaleSortBy.withOrder(SortOrder order)
Specifies whether to sort the bot locales in ascending or descending order.
|
AggregatedUtterancesSortBy |
AggregatedUtterancesSortBy.withOrder(SortOrder order)
Specifies whether to sort the aggregated utterances in ascending or descending order.
|
Copyright © 2024. All rights reserved.