| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static SearchOrder |
SearchOrder.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SearchOrder |
SearchAssociatedTranscriptsRequest.searchOrder()
How SearchResults are ordered.
|
static SearchOrder |
SearchOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchOrder[] |
SearchOrder.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<SearchOrder> |
SearchOrder.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SearchAssociatedTranscriptsRequest.Builder |
SearchAssociatedTranscriptsRequest.Builder.searchOrder(SearchOrder searchOrder)
How SearchResults are ordered.
|
Copyright © 2023. All rights reserved.