| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteBotVersionResponse |
LexModelsV2Client.deleteBotVersion(Consumer<DeleteBotVersionRequest.Builder> deleteBotVersionRequest)
Deletes a specific version of a bot.
|
default DeleteBotVersionResponse |
LexModelsV2Client.deleteBotVersion(DeleteBotVersionRequest deleteBotVersionRequest)
Deletes a specific version of a bot.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteBotVersionResponse> |
LexModelsV2AsyncClient.deleteBotVersion(Consumer<DeleteBotVersionRequest.Builder> deleteBotVersionRequest)
Deletes a specific version of a bot.
|
default CompletableFuture<DeleteBotVersionResponse> |
LexModelsV2AsyncClient.deleteBotVersion(DeleteBotVersionRequest deleteBotVersionRequest)
Deletes a specific version of a bot.
|
Copyright © 2023. All rights reserved.