Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.DeleteCustomVocabularyRequest.Builder
-
Packages that use DeleteCustomVocabularyRequest.Builder Package Description software.amazon.awssdk.services.lexmodelsv2 software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of DeleteCustomVocabularyRequest.Builder in software.amazon.awssdk.services.lexmodelsv2
Method parameters in software.amazon.awssdk.services.lexmodelsv2 with type arguments of type DeleteCustomVocabularyRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteCustomVocabularyResponse>LexModelsV2AsyncClient. deleteCustomVocabulary(Consumer<DeleteCustomVocabularyRequest.Builder> deleteCustomVocabularyRequest)Removes a custom vocabulary from the specified locale in the specified bot.default DeleteCustomVocabularyResponseLexModelsV2Client. deleteCustomVocabulary(Consumer<DeleteCustomVocabularyRequest.Builder> deleteCustomVocabularyRequest)Removes a custom vocabulary from the specified locale in the specified bot. -
Uses of DeleteCustomVocabularyRequest.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return DeleteCustomVocabularyRequest.Builder Modifier and Type Method Description DeleteCustomVocabularyRequest.BuilderDeleteCustomVocabularyRequest.Builder. botId(String botId)The unique identifier of the bot to remove the custom vocabulary from.DeleteCustomVocabularyRequest.BuilderDeleteCustomVocabularyRequest.Builder. botVersion(String botVersion)The version of the bot to remove the custom vocabulary from.static DeleteCustomVocabularyRequest.BuilderDeleteCustomVocabularyRequest. builder()DeleteCustomVocabularyRequest.BuilderDeleteCustomVocabularyRequest.Builder. localeId(String localeId)The locale identifier for the locale that contains the custom vocabulary to remove.DeleteCustomVocabularyRequest.BuilderDeleteCustomVocabularyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteCustomVocabularyRequest.BuilderDeleteCustomVocabularyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteCustomVocabularyRequest.BuilderDeleteCustomVocabularyRequest. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type DeleteCustomVocabularyRequest.Builder Modifier and Type Method Description static Class<? extends DeleteCustomVocabularyRequest.Builder>DeleteCustomVocabularyRequest. serializableBuilderClass()
-