Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.BatchDeleteCustomVocabularyItemResponse
-
Packages that use BatchDeleteCustomVocabularyItemResponse Package Description software.amazon.awssdk.services.lexmodelsv2 -
-
Uses of BatchDeleteCustomVocabularyItemResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return BatchDeleteCustomVocabularyItemResponse Modifier and Type Method Description default BatchDeleteCustomVocabularyItemResponseLexModelsV2Client. batchDeleteCustomVocabularyItem(Consumer<BatchDeleteCustomVocabularyItemRequest.Builder> batchDeleteCustomVocabularyItemRequest)Delete a batch of custom vocabulary items for a given bot locale's custom vocabulary.default BatchDeleteCustomVocabularyItemResponseLexModelsV2Client. batchDeleteCustomVocabularyItem(BatchDeleteCustomVocabularyItemRequest batchDeleteCustomVocabularyItemRequest)Delete a batch of custom vocabulary items for a given bot locale's custom vocabulary.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type BatchDeleteCustomVocabularyItemResponse Modifier and Type Method Description default CompletableFuture<BatchDeleteCustomVocabularyItemResponse>LexModelsV2AsyncClient. batchDeleteCustomVocabularyItem(Consumer<BatchDeleteCustomVocabularyItemRequest.Builder> batchDeleteCustomVocabularyItemRequest)Delete a batch of custom vocabulary items for a given bot locale's custom vocabulary.default CompletableFuture<BatchDeleteCustomVocabularyItemResponse>LexModelsV2AsyncClient. batchDeleteCustomVocabularyItem(BatchDeleteCustomVocabularyItemRequest batchDeleteCustomVocabularyItemRequest)Delete a batch of custom vocabulary items for a given bot locale's custom vocabulary.
-