| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteBotVersionResponse |
LexModelBuildingClient.deleteBotVersion(Consumer<DeleteBotVersionRequest.Builder> deleteBotVersionRequest)
Deletes a specific version of a bot.
|
default DeleteBotVersionResponse |
LexModelBuildingClient.deleteBotVersion(DeleteBotVersionRequest deleteBotVersionRequest)
Deletes a specific version of a bot.
|
| Modifier and Type | Method and 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.
|
Copyright © 2021. All rights reserved.