Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.CreateBotVersionRequest
-
Packages that use CreateBotVersionRequest Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.transform -
-
Uses of CreateBotVersionRequest in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding with parameters of type CreateBotVersionRequest Modifier and Type Method Description default CompletableFuture<CreateBotVersionResponse>LexModelBuildingAsyncClient. createBotVersion(CreateBotVersionRequest 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. -
Uses of CreateBotVersionRequest in software.amazon.awssdk.services.lexmodelbuilding.transform
Methods in software.amazon.awssdk.services.lexmodelbuilding.transform with parameters of type CreateBotVersionRequest Modifier and Type Method Description SdkHttpFullRequestCreateBotVersionRequestMarshaller. marshall(CreateBotVersionRequest createBotVersionRequest)
-