Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.CustomVocabularyItem
-
Packages that use CustomVocabularyItem Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of CustomVocabularyItem in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type CustomVocabularyItem Modifier and Type Method Description List<CustomVocabularyItem>BatchUpdateCustomVocabularyItemRequest. customVocabularyItemList()A list of custom vocabulary items with updated fields.List<CustomVocabularyItem>ListCustomVocabularyItemsResponse. customVocabularyItems()The custom vocabulary items from the list custom vocabulary response.List<CustomVocabularyItem>BatchCreateCustomVocabularyItemResponse. resources()A list of custom vocabulary items that were successfully created during the operation.List<CustomVocabularyItem>BatchDeleteCustomVocabularyItemResponse. resources()A list of custom vocabulary items that were successfully deleted during the operation.List<CustomVocabularyItem>BatchUpdateCustomVocabularyItemResponse. resources()A list of custom vocabulary items that were successfully updated during the operation.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type CustomVocabularyItem Modifier and Type Method Description BatchUpdateCustomVocabularyItemRequest.BuilderBatchUpdateCustomVocabularyItemRequest.Builder. customVocabularyItemList(CustomVocabularyItem... customVocabularyItemList)A list of custom vocabulary items with updated fields.ListCustomVocabularyItemsResponse.BuilderListCustomVocabularyItemsResponse.Builder. customVocabularyItems(CustomVocabularyItem... customVocabularyItems)The custom vocabulary items from the list custom vocabulary response.BatchCreateCustomVocabularyItemResponse.BuilderBatchCreateCustomVocabularyItemResponse.Builder. resources(CustomVocabularyItem... resources)A list of custom vocabulary items that were successfully created during the operation.BatchDeleteCustomVocabularyItemResponse.BuilderBatchDeleteCustomVocabularyItemResponse.Builder. resources(CustomVocabularyItem... resources)A list of custom vocabulary items that were successfully deleted during the operation.BatchUpdateCustomVocabularyItemResponse.BuilderBatchUpdateCustomVocabularyItemResponse.Builder. resources(CustomVocabularyItem... resources)A list of custom vocabulary items that were successfully updated during the operation.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type CustomVocabularyItem Modifier and Type Method Description BatchUpdateCustomVocabularyItemRequest.BuilderBatchUpdateCustomVocabularyItemRequest.Builder. customVocabularyItemList(Collection<CustomVocabularyItem> customVocabularyItemList)A list of custom vocabulary items with updated fields.ListCustomVocabularyItemsResponse.BuilderListCustomVocabularyItemsResponse.Builder. customVocabularyItems(Collection<CustomVocabularyItem> customVocabularyItems)The custom vocabulary items from the list custom vocabulary response.BatchCreateCustomVocabularyItemResponse.BuilderBatchCreateCustomVocabularyItemResponse.Builder. resources(Collection<CustomVocabularyItem> resources)A list of custom vocabulary items that were successfully created during the operation.BatchDeleteCustomVocabularyItemResponse.BuilderBatchDeleteCustomVocabularyItemResponse.Builder. resources(Collection<CustomVocabularyItem> resources)A list of custom vocabulary items that were successfully deleted during the operation.BatchUpdateCustomVocabularyItemResponse.BuilderBatchUpdateCustomVocabularyItemResponse.Builder. resources(Collection<CustomVocabularyItem> resources)A list of custom vocabulary items that were successfully updated during the operation.
-