Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.DeleteCustomVocabularyRequest
-
Packages that use DeleteCustomVocabularyRequest Package Description software.amazon.awssdk.services.lexmodelsv2 software.amazon.awssdk.services.lexmodelsv2.transform -
-
Uses of DeleteCustomVocabularyRequest in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 with parameters of type DeleteCustomVocabularyRequest Modifier and Type Method Description default CompletableFuture<DeleteCustomVocabularyResponse>LexModelsV2AsyncClient. deleteCustomVocabulary(DeleteCustomVocabularyRequest deleteCustomVocabularyRequest)Removes a custom vocabulary from the specified locale in the specified bot.default DeleteCustomVocabularyResponseLexModelsV2Client. deleteCustomVocabulary(DeleteCustomVocabularyRequest deleteCustomVocabularyRequest)Removes a custom vocabulary from the specified locale in the specified bot. -
Uses of DeleteCustomVocabularyRequest in software.amazon.awssdk.services.lexmodelsv2.transform
Methods in software.amazon.awssdk.services.lexmodelsv2.transform with parameters of type DeleteCustomVocabularyRequest Modifier and Type Method Description SdkHttpFullRequestDeleteCustomVocabularyRequestMarshaller. marshall(DeleteCustomVocabularyRequest deleteCustomVocabularyRequest)
-