Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.CreateBotVersionResponse
-
Packages that use CreateBotVersionResponse Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions -
-
Uses of CreateBotVersionResponse in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding that return CreateBotVersionResponse Modifier and Type Method Description default CreateBotVersionResponseLexModelBuildingClient. createBotVersion(Consumer<CreateBotVersionRequest.Builder> createBotVersionRequest)Creates a new version of the bot based on the$LATESTversion.default CreateBotVersionResponseLexModelBuildingClient. createBotVersion(CreateBotVersionRequest createBotVersionRequest)Creates a new version of the bot based on the$LATESTversion.Methods in software.amazon.awssdk.services.lexmodelbuilding that return types with arguments of type CreateBotVersionResponse Modifier and Type Method Description default CompletableFuture<CreateBotVersionResponse>LexModelBuildingAsyncClient. createBotVersion(Consumer<CreateBotVersionRequest.Builder> createBotVersionRequest)Creates a new version of the bot based on the$LATESTversion.default CompletableFuture<CreateBotVersionResponse>LexModelBuildingAsyncClient. createBotVersion(CreateBotVersionRequest createBotVersionRequest)Creates a new version of the bot based on the$LATESTversion.
-