| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
List<EnumerationValue> |
GetSlotTypeResponse.enumerationValues()
A list of
EnumerationValue objects that defines the values that the slot type can take. |
List<EnumerationValue> |
PutSlotTypeResponse.enumerationValues()
A list of
EnumerationValue objects that defines the values that the slot type can take. |
List<EnumerationValue> |
PutSlotTypeRequest.enumerationValues()
A list of
EnumerationValue objects that defines the values that the slot type can take. |
List<EnumerationValue> |
CreateSlotTypeVersionResponse.enumerationValues()
A list of
EnumerationValue objects that defines the values that the slot type can take. |
| Modifier and Type | Method and Description |
|---|---|
GetSlotTypeResponse.Builder |
GetSlotTypeResponse.Builder.enumerationValues(EnumerationValue... enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
PutSlotTypeResponse.Builder |
PutSlotTypeResponse.Builder.enumerationValues(EnumerationValue... enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.enumerationValues(EnumerationValue... enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
CreateSlotTypeVersionResponse.Builder |
CreateSlotTypeVersionResponse.Builder.enumerationValues(EnumerationValue... enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
| Modifier and Type | Method and Description |
|---|---|
GetSlotTypeResponse.Builder |
GetSlotTypeResponse.Builder.enumerationValues(Collection<EnumerationValue> enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
PutSlotTypeResponse.Builder |
PutSlotTypeResponse.Builder.enumerationValues(Collection<EnumerationValue> enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
PutSlotTypeRequest.Builder |
PutSlotTypeRequest.Builder.enumerationValues(Collection<EnumerationValue> enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
CreateSlotTypeVersionResponse.Builder |
CreateSlotTypeVersionResponse.Builder.enumerationValues(Collection<EnumerationValue> enumerationValues)
A list of
EnumerationValue objects that defines the values that the slot type can take. |
Copyright © 2022. All rights reserved.