Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.NewCustomVocabularyItem
-
Packages that use NewCustomVocabularyItem Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of NewCustomVocabularyItem in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type NewCustomVocabularyItem Modifier and Type Method Description List<NewCustomVocabularyItem>BatchCreateCustomVocabularyItemRequest. customVocabularyItemList()A list of new custom vocabulary items.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type NewCustomVocabularyItem Modifier and Type Method Description BatchCreateCustomVocabularyItemRequest.BuilderBatchCreateCustomVocabularyItemRequest.Builder. customVocabularyItemList(NewCustomVocabularyItem... customVocabularyItemList)A list of new custom vocabulary items.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type NewCustomVocabularyItem Modifier and Type Method Description BatchCreateCustomVocabularyItemRequest.BuilderBatchCreateCustomVocabularyItemRequest.Builder. customVocabularyItemList(Collection<NewCustomVocabularyItem> customVocabularyItemList)A list of new custom vocabulary items.
-