| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| Modifier and Type | Method and Description |
|---|---|
default PutBotAliasResponse |
LexModelBuildingClient.putBotAlias(Consumer<PutBotAliasRequest.Builder> putBotAliasRequest)
Creates an alias for the specified version of the bot or replaces an alias for the specified bot.
|
default PutBotAliasResponse |
LexModelBuildingClient.putBotAlias(PutBotAliasRequest putBotAliasRequest)
Creates an alias for the specified version of the bot or replaces an alias for the specified bot.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutBotAliasResponse> |
LexModelBuildingAsyncClient.putBotAlias(Consumer<PutBotAliasRequest.Builder> putBotAliasRequest)
Creates an alias for the specified version of the bot or replaces an alias for the specified bot.
|
default CompletableFuture<PutBotAliasResponse> |
LexModelBuildingAsyncClient.putBotAlias(PutBotAliasRequest putBotAliasRequest)
Creates an alias for the specified version of the bot or replaces an alias for the specified bot.
|
Copyright © 2021. All rights reserved.