Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.CustomVocabularyEntryId
-
Packages that use CustomVocabularyEntryId Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of CustomVocabularyEntryId in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type CustomVocabularyEntryId Modifier and Type Method Description List<CustomVocabularyEntryId>BatchDeleteCustomVocabularyItemRequest. customVocabularyItemList()A list of custom vocabulary items requested to be deleted.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type CustomVocabularyEntryId Modifier and Type Method Description BatchDeleteCustomVocabularyItemRequest.BuilderBatchDeleteCustomVocabularyItemRequest.Builder. customVocabularyItemList(CustomVocabularyEntryId... customVocabularyItemList)A list of custom vocabulary items requested to be deleted.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type CustomVocabularyEntryId Modifier and Type Method Description BatchDeleteCustomVocabularyItemRequest.BuilderBatchDeleteCustomVocabularyItemRequest.Builder. customVocabularyItemList(Collection<CustomVocabularyEntryId> customVocabularyItemList)A list of custom vocabulary items requested to be deleted.
-