Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.BatchUpdateCustomVocabularyItemRequest
-
Packages that use BatchUpdateCustomVocabularyItemRequest Package Description software.amazon.awssdk.services.lexmodelsv2 software.amazon.awssdk.services.lexmodelsv2.transform -
-
Uses of BatchUpdateCustomVocabularyItemRequest in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 with parameters of type BatchUpdateCustomVocabularyItemRequest Modifier and Type Method Description default CompletableFuture<BatchUpdateCustomVocabularyItemResponse>LexModelsV2AsyncClient. batchUpdateCustomVocabularyItem(BatchUpdateCustomVocabularyItemRequest batchUpdateCustomVocabularyItemRequest)Update a batch of custom vocabulary items for a given bot locale's custom vocabulary.default BatchUpdateCustomVocabularyItemResponseLexModelsV2Client. batchUpdateCustomVocabularyItem(BatchUpdateCustomVocabularyItemRequest batchUpdateCustomVocabularyItemRequest)Update a batch of custom vocabulary items for a given bot locale's custom vocabulary. -
Uses of BatchUpdateCustomVocabularyItemRequest in software.amazon.awssdk.services.lexmodelsv2.transform
Methods in software.amazon.awssdk.services.lexmodelsv2.transform with parameters of type BatchUpdateCustomVocabularyItemRequest Modifier and Type Method Description SdkHttpFullRequestBatchUpdateCustomVocabularyItemRequestMarshaller. marshall(BatchUpdateCustomVocabularyItemRequest batchUpdateCustomVocabularyItemRequest)
-