Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.CreateBotVersionResponse
-
Packages that use CreateBotVersionResponse Package Description software.amazon.awssdk.services.lexmodelsv2 -
-
Uses of CreateBotVersionResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return CreateBotVersionResponse Modifier and Type Method Description default CreateBotVersionResponseLexModelsV2Client. createBotVersion(Consumer<CreateBotVersionRequest.Builder> createBotVersionRequest)Creates a new version of the bot based on theDRAFTversion.default CreateBotVersionResponseLexModelsV2Client. createBotVersion(CreateBotVersionRequest createBotVersionRequest)Creates a new version of the bot based on theDRAFTversion.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type CreateBotVersionResponse Modifier and Type Method Description default CompletableFuture<CreateBotVersionResponse>LexModelsV2AsyncClient. createBotVersion(Consumer<CreateBotVersionRequest.Builder> createBotVersionRequest)Creates a new version of the bot based on theDRAFTversion.default CompletableFuture<CreateBotVersionResponse>LexModelsV2AsyncClient. createBotVersion(CreateBotVersionRequest createBotVersionRequest)Creates a new version of the bot based on theDRAFTversion.
-