Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.DeleteBotResponse
-
Packages that use DeleteBotResponse Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions -
-
Uses of DeleteBotResponse in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding that return DeleteBotResponse Modifier and Type Method Description default DeleteBotResponseLexModelBuildingClient. deleteBot(Consumer<DeleteBotRequest.Builder> deleteBotRequest)Deletes all versions of the bot, including the$LATESTversion.default DeleteBotResponseLexModelBuildingClient. deleteBot(DeleteBotRequest deleteBotRequest)Deletes all versions of the bot, including the$LATESTversion.Methods in software.amazon.awssdk.services.lexmodelbuilding that return types with arguments of type DeleteBotResponse Modifier and Type Method Description default CompletableFuture<DeleteBotResponse>LexModelBuildingAsyncClient. deleteBot(Consumer<DeleteBotRequest.Builder> deleteBotRequest)Deletes all versions of the bot, including the$LATESTversion.default CompletableFuture<DeleteBotResponse>LexModelBuildingAsyncClient. deleteBot(DeleteBotRequest deleteBotRequest)Deletes all versions of the bot, including the$LATESTversion.
-