| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteBotAliasResponse |
LexModelBuildingClient.deleteBotAlias(Consumer<DeleteBotAliasRequest.Builder> deleteBotAliasRequest)
Deletes an alias for the specified bot.
|
default DeleteBotAliasResponse |
LexModelBuildingClient.deleteBotAlias(DeleteBotAliasRequest deleteBotAliasRequest)
Deletes an alias for the specified bot.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteBotAliasResponse> |
LexModelBuildingAsyncClient.deleteBotAlias(Consumer<DeleteBotAliasRequest.Builder> deleteBotAliasRequest)
Deletes an alias for the specified bot.
|
default CompletableFuture<DeleteBotAliasResponse> |
LexModelBuildingAsyncClient.deleteBotAlias(DeleteBotAliasRequest deleteBotAliasRequest)
Deletes an alias for the specified bot.
|
Copyright © 2022. All rights reserved.