| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteBotResponse |
LexModelsV2Client.deleteBot(Consumer<DeleteBotRequest.Builder> deleteBotRequest)
Deletes all versions of a bot, including the
Draft version. |
default DeleteBotResponse |
LexModelsV2Client.deleteBot(DeleteBotRequest deleteBotRequest)
Deletes all versions of a bot, including the
Draft version. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteBotResponse> |
LexModelsV2AsyncClient.deleteBot(Consumer<DeleteBotRequest.Builder> deleteBotRequest)
Deletes all versions of a bot, including the
Draft version. |
default CompletableFuture<DeleteBotResponse> |
LexModelsV2AsyncClient.deleteBot(DeleteBotRequest deleteBotRequest)
Deletes all versions of a bot, including the
Draft version. |
Copyright © 2022. All rights reserved.