Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.CreateBotLocaleResponse
-
Packages that use CreateBotLocaleResponse Package Description software.amazon.awssdk.services.lexmodelsv2 -
-
Uses of CreateBotLocaleResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return CreateBotLocaleResponse Modifier and Type Method Description default CreateBotLocaleResponseLexModelsV2Client. createBotLocale(Consumer<CreateBotLocaleRequest.Builder> createBotLocaleRequest)Creates a locale in the bot.default CreateBotLocaleResponseLexModelsV2Client. createBotLocale(CreateBotLocaleRequest createBotLocaleRequest)Creates a locale in the bot.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type CreateBotLocaleResponse Modifier and Type Method Description default CompletableFuture<CreateBotLocaleResponse>LexModelsV2AsyncClient. createBotLocale(Consumer<CreateBotLocaleRequest.Builder> createBotLocaleRequest)Creates a locale in the bot.default CompletableFuture<CreateBotLocaleResponse>LexModelsV2AsyncClient. createBotLocale(CreateBotLocaleRequest createBotLocaleRequest)Creates a locale in the bot.
-