| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteBotVersionResult |
AmazonLexModelsV2Client.deleteBotVersion(DeleteBotVersionRequest request)
Deletes a specific version of a bot.
|
DeleteBotVersionResult |
AmazonLexModelsV2.deleteBotVersion(DeleteBotVersionRequest deleteBotVersionRequest)
Deletes a specific version of a bot.
|
DeleteBotVersionResult |
AbstractAmazonLexModelsV2.deleteBotVersion(DeleteBotVersionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteBotVersionResult> |
AmazonLexModelsV2AsyncClient.deleteBotVersionAsync(DeleteBotVersionRequest request,
AsyncHandler<DeleteBotVersionRequest,DeleteBotVersionResult> asyncHandler) |
Future<DeleteBotVersionResult> |
AbstractAmazonLexModelsV2Async.deleteBotVersionAsync(DeleteBotVersionRequest request,
AsyncHandler<DeleteBotVersionRequest,DeleteBotVersionResult> asyncHandler) |
Future<DeleteBotVersionResult> |
AmazonLexModelsV2Async.deleteBotVersionAsync(DeleteBotVersionRequest deleteBotVersionRequest,
AsyncHandler<DeleteBotVersionRequest,DeleteBotVersionResult> asyncHandler)
Deletes a specific version of a bot.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteBotVersionResult |
DeleteBotVersionResult.clone() |
DeleteBotVersionResult |
DeleteBotVersionResult.withBotId(String botId)
The identifier of the bot that is being deleted.
|
DeleteBotVersionResult |
DeleteBotVersionResult.withBotStatus(BotStatus botStatus)
The current status of the bot.
|
DeleteBotVersionResult |
DeleteBotVersionResult.withBotStatus(String botStatus)
The current status of the bot.
|
DeleteBotVersionResult |
DeleteBotVersionResult.withBotVersion(String botVersion)
The version of the bot that is being deleted.
|
Copyright © 2022. All rights reserved.