Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.EnumerationValue
-
Packages that use EnumerationValue Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of EnumerationValue in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type EnumerationValue Modifier and Type Method Description List<EnumerationValue>CreateSlotTypeVersionResponse. enumerationValues()A list ofEnumerationValueobjects that defines the values that the slot type can take.List<EnumerationValue>GetSlotTypeResponse. enumerationValues()A list ofEnumerationValueobjects that defines the values that the slot type can take.List<EnumerationValue>PutSlotTypeRequest. enumerationValues()A list ofEnumerationValueobjects that defines the values that the slot type can take.List<EnumerationValue>PutSlotTypeResponse. enumerationValues()A list ofEnumerationValueobjects that defines the values that the slot type can take.Methods in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type EnumerationValue Modifier and Type Method Description CreateSlotTypeVersionResponse.BuilderCreateSlotTypeVersionResponse.Builder. enumerationValues(EnumerationValue... enumerationValues)A list ofEnumerationValueobjects that defines the values that the slot type can take.GetSlotTypeResponse.BuilderGetSlotTypeResponse.Builder. enumerationValues(EnumerationValue... enumerationValues)A list ofEnumerationValueobjects that defines the values that the slot type can take.PutSlotTypeRequest.BuilderPutSlotTypeRequest.Builder. enumerationValues(EnumerationValue... enumerationValues)A list ofEnumerationValueobjects that defines the values that the slot type can take.PutSlotTypeResponse.BuilderPutSlotTypeResponse.Builder. enumerationValues(EnumerationValue... enumerationValues)A list ofEnumerationValueobjects that defines the values that the slot type can take.Method parameters in software.amazon.awssdk.services.lexmodelbuilding.model with type arguments of type EnumerationValue Modifier and Type Method Description CreateSlotTypeVersionResponse.BuilderCreateSlotTypeVersionResponse.Builder. enumerationValues(Collection<EnumerationValue> enumerationValues)A list ofEnumerationValueobjects that defines the values that the slot type can take.GetSlotTypeResponse.BuilderGetSlotTypeResponse.Builder. enumerationValues(Collection<EnumerationValue> enumerationValues)A list ofEnumerationValueobjects that defines the values that the slot type can take.PutSlotTypeRequest.BuilderPutSlotTypeRequest.Builder. enumerationValues(Collection<EnumerationValue> enumerationValues)A list ofEnumerationValueobjects that defines the values that the slot type can take.PutSlotTypeResponse.BuilderPutSlotTypeResponse.Builder. enumerationValues(Collection<EnumerationValue> enumerationValues)A list ofEnumerationValueobjects that defines the values that the slot type can take.
-