Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.UpdateBotResponse
-
Packages that use UpdateBotResponse Package Description software.amazon.awssdk.services.lexmodelsv2 -
-
Uses of UpdateBotResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return UpdateBotResponse Modifier and Type Method Description default UpdateBotResponseLexModelsV2Client. updateBot(Consumer<UpdateBotRequest.Builder> updateBotRequest)Updates the configuration of an existing bot.default UpdateBotResponseLexModelsV2Client. updateBot(UpdateBotRequest updateBotRequest)Updates the configuration of an existing bot.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type UpdateBotResponse Modifier and Type Method Description default CompletableFuture<UpdateBotResponse>LexModelsV2AsyncClient. updateBot(Consumer<UpdateBotRequest.Builder> updateBotRequest)Updates the configuration of an existing bot.default CompletableFuture<UpdateBotResponse>LexModelsV2AsyncClient. updateBot(UpdateBotRequest updateBotRequest)Updates the configuration of an existing bot.
-