| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static SortOrder |
SortOrder.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SortOrder |
IntentSortBy.order()
The order to sort the list.
|
SortOrder |
BuiltInSlotTypeSortBy.order()
The order to sort the list.
|
SortOrder |
ImportSortBy.order()
The order to sort the list.
|
SortOrder |
SlotTypeSortBy.order()
The order to sort the list.
|
SortOrder |
BotLocaleSortBy.order()
Specifies whether to sort the bot locales in ascending or descending order.
|
SortOrder |
ExportSortBy.order()
The order to sort the list.
|
SortOrder |
BotSortBy.order()
The order to sort the list.
|
SortOrder |
BuiltInIntentSortBy.order()
The order to sort the list.
|
SortOrder |
BotVersionSortBy.order()
The order to sort the list.
|
SortOrder |
SlotSortBy.order()
The order to sort the list.
|
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 |
|---|---|
static Set<SortOrder> |
SortOrder.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
IntentSortBy.Builder |
IntentSortBy.Builder.order(SortOrder order)
The order to sort the list.
|
BuiltInSlotTypeSortBy.Builder |
BuiltInSlotTypeSortBy.Builder.order(SortOrder order)
The order to sort the list.
|
ImportSortBy.Builder |
ImportSortBy.Builder.order(SortOrder order)
The order to sort the list.
|
SlotTypeSortBy.Builder |
SlotTypeSortBy.Builder.order(SortOrder order)
The order to sort the list.
|
BotLocaleSortBy.Builder |
BotLocaleSortBy.Builder.order(SortOrder order)
Specifies whether to sort the bot locales in ascending or descending order.
|
ExportSortBy.Builder |
ExportSortBy.Builder.order(SortOrder order)
The order to sort the list.
|
BotSortBy.Builder |
BotSortBy.Builder.order(SortOrder order)
The order to sort the list.
|
BuiltInIntentSortBy.Builder |
BuiltInIntentSortBy.Builder.order(SortOrder order)
The order to sort the list.
|
BotVersionSortBy.Builder |
BotVersionSortBy.Builder.order(SortOrder order)
The order to sort the list.
|
SlotSortBy.Builder |
SlotSortBy.Builder.order(SortOrder order)
The order to sort the list.
|
Copyright © 2021. All rights reserved.