Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.DeleteBotVersionResponse
-
Packages that use DeleteBotVersionResponse Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions -
-
Uses of DeleteBotVersionResponse in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding that return DeleteBotVersionResponse Modifier and Type Method Description default DeleteBotVersionResponseLexModelBuildingClient. deleteBotVersion(Consumer<DeleteBotVersionRequest.Builder> deleteBotVersionRequest)Deletes a specific version of a bot.default DeleteBotVersionResponseLexModelBuildingClient. deleteBotVersion(DeleteBotVersionRequest deleteBotVersionRequest)Deletes a specific version of a bot.Methods in software.amazon.awssdk.services.lexmodelbuilding that return types with arguments of type DeleteBotVersionResponse Modifier and Type Method Description default CompletableFuture<DeleteBotVersionResponse>LexModelBuildingAsyncClient. deleteBotVersion(Consumer<DeleteBotVersionRequest.Builder> deleteBotVersionRequest)Deletes a specific version of a bot.default CompletableFuture<DeleteBotVersionResponse>LexModelBuildingAsyncClient. deleteBotVersion(DeleteBotVersionRequest deleteBotVersionRequest)Deletes a specific version of a bot.
-