| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateBotAliasResponse |
LexModelsV2Client.createBotAlias(Consumer<CreateBotAliasRequest.Builder> createBotAliasRequest)
Creates an alias for the specified version of a bot.
|
default CreateBotAliasResponse |
LexModelsV2Client.createBotAlias(CreateBotAliasRequest createBotAliasRequest)
Creates an alias for the specified version of a bot.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateBotAliasResponse> |
LexModelsV2AsyncClient.createBotAlias(Consumer<CreateBotAliasRequest.Builder> createBotAliasRequest)
Creates an alias for the specified version of a bot.
|
default CompletableFuture<CreateBotAliasResponse> |
LexModelsV2AsyncClient.createBotAlias(CreateBotAliasRequest createBotAliasRequest)
Creates an alias for the specified version of a bot.
|
Copyright © 2021. All rights reserved.