| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static BotAliasStatus |
BotAliasStatus.fromValue(String value)
Use this in place of valueOf.
|
static BotAliasStatus |
BotAliasStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BotAliasStatus[] |
BotAliasStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BotAliasSummary |
BotAliasSummary.withBotAliasStatus(BotAliasStatus botAliasStatus)
The current state of the bot alias.
|
UpdateBotAliasResult |
UpdateBotAliasResult.withBotAliasStatus(BotAliasStatus botAliasStatus)
The current status of the bot alias.
|
DeleteBotAliasResult |
DeleteBotAliasResult.withBotAliasStatus(BotAliasStatus botAliasStatus)
The current status of the alias.
|
CreateBotAliasResult |
CreateBotAliasResult.withBotAliasStatus(BotAliasStatus botAliasStatus)
The current status of the alias.
|
DescribeBotAliasResult |
DescribeBotAliasResult.withBotAliasStatus(BotAliasStatus botAliasStatus)
The current status of the alias.
|
Copyright © 2022. All rights reserved.