| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
SlotSortBy |
SlotSortBy.clone() |
SlotSortBy |
ListSlotsRequest.getSortBy()
Determines the sort order for the response from the
ListSlots operation. |
SlotSortBy |
SlotSortBy.withAttribute(SlotSortAttribute attribute)
The attribute to use to sort the list.
|
SlotSortBy |
SlotSortBy.withAttribute(String attribute)
The attribute to use to sort the list.
|
SlotSortBy |
SlotSortBy.withOrder(SortOrder order)
The order to sort the list.
|
SlotSortBy |
SlotSortBy.withOrder(String order)
The order to sort the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSlotsRequest.setSortBy(SlotSortBy sortBy)
Determines the sort order for the response from the
ListSlots operation. |
ListSlotsRequest |
ListSlotsRequest.withSortBy(SlotSortBy sortBy)
Determines the sort order for the response from the
ListSlots operation. |
Copyright © 2022. All rights reserved.