Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.UpdateBotLocaleRequest
-
Packages that use UpdateBotLocaleRequest Package Description software.amazon.awssdk.services.lexmodelsv2 software.amazon.awssdk.services.lexmodelsv2.transform -
-
Uses of UpdateBotLocaleRequest in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 with parameters of type UpdateBotLocaleRequest Modifier and Type Method Description default CompletableFuture<UpdateBotLocaleResponse>LexModelsV2AsyncClient. updateBotLocale(UpdateBotLocaleRequest updateBotLocaleRequest)Updates the settings that a bot has for a specific locale.default UpdateBotLocaleResponseLexModelsV2Client. updateBotLocale(UpdateBotLocaleRequest updateBotLocaleRequest)Updates the settings that a bot has for a specific locale. -
Uses of UpdateBotLocaleRequest in software.amazon.awssdk.services.lexmodelsv2.transform
Methods in software.amazon.awssdk.services.lexmodelsv2.transform with parameters of type UpdateBotLocaleRequest Modifier and Type Method Description SdkHttpFullRequestUpdateBotLocaleRequestMarshaller. marshall(UpdateBotLocaleRequest updateBotLocaleRequest)
-