Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.BatchDeleteCustomVocabularyItemRequest
-
Packages that use BatchDeleteCustomVocabularyItemRequest Package Description software.amazon.awssdk.services.lexmodelsv2 software.amazon.awssdk.services.lexmodelsv2.transform -
-
Uses of BatchDeleteCustomVocabularyItemRequest in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 with parameters of type BatchDeleteCustomVocabularyItemRequest Modifier and Type Method Description default CompletableFuture<BatchDeleteCustomVocabularyItemResponse>LexModelsV2AsyncClient. batchDeleteCustomVocabularyItem(BatchDeleteCustomVocabularyItemRequest 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. -
Uses of BatchDeleteCustomVocabularyItemRequest in software.amazon.awssdk.services.lexmodelsv2.transform
Methods in software.amazon.awssdk.services.lexmodelsv2.transform with parameters of type BatchDeleteCustomVocabularyItemRequest Modifier and Type Method Description SdkHttpFullRequestBatchDeleteCustomVocabularyItemRequestMarshaller. marshall(BatchDeleteCustomVocabularyItemRequest batchDeleteCustomVocabularyItemRequest)
-