| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
EnumerationValue |
EnumerationValue.clone() |
EnumerationValue |
EnumerationValue.withSynonyms(Collection<String> synonyms)
Additional values related to the slot type value.
|
EnumerationValue |
EnumerationValue.withSynonyms(String... synonyms)
Additional values related to the slot type value.
|
EnumerationValue |
EnumerationValue.withValue(String value)
The value of the slot type.
|
| Modifier and Type | Method and Description |
|---|---|
List<EnumerationValue> |
GetSlotTypeResult.getEnumerationValues()
A list of
EnumerationValue objects that defines the values that the slot type can take. |
List<EnumerationValue> |
PutSlotTypeResult.getEnumerationValues()
A list of
EnumerationValue objects that defines the values that the slot type can take. |
List<EnumerationValue> |
PutSlotTypeRequest.getEnumerationValues()
A list of
EnumerationValue objects that defines the values that the slot type can take. |
List<EnumerationValue> |
CreateSlotTypeVersionResult.getEnumerationValues()
A list of
EnumerationValue objects that defines the values that the slot type can take. |
| Modifier and Type | Method and Description |
|---|---|
GetSlotTypeResult |
GetSlotTypeResult.withEnumerationValues(EnumerationValue... enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
PutSlotTypeResult |
PutSlotTypeResult.withEnumerationValues(EnumerationValue... enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
PutSlotTypeRequest |
PutSlotTypeRequest.withEnumerationValues(EnumerationValue... enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
CreateSlotTypeVersionResult |
CreateSlotTypeVersionResult.withEnumerationValues(EnumerationValue... enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetSlotTypeResult.setEnumerationValues(Collection<EnumerationValue> enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
void |
PutSlotTypeResult.setEnumerationValues(Collection<EnumerationValue> enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
void |
PutSlotTypeRequest.setEnumerationValues(Collection<EnumerationValue> enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
void |
CreateSlotTypeVersionResult.setEnumerationValues(Collection<EnumerationValue> enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
GetSlotTypeResult |
GetSlotTypeResult.withEnumerationValues(Collection<EnumerationValue> enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
PutSlotTypeResult |
PutSlotTypeResult.withEnumerationValues(Collection<EnumerationValue> enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
PutSlotTypeRequest |
PutSlotTypeRequest.withEnumerationValues(Collection<EnumerationValue> enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
CreateSlotTypeVersionResult |
CreateSlotTypeVersionResult.withEnumerationValues(Collection<EnumerationValue> enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
Copyright © 2020. All rights reserved.