| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
BotAliasStatus |
DeleteBotAliasResponse.botAliasStatus()
The current status of the alias.
|
BotAliasStatus |
BotAliasSummary.botAliasStatus()
The current state of the bot alias.
|
BotAliasStatus |
DescribeBotAliasResponse.botAliasStatus()
The current status of the alias.
|
BotAliasStatus |
CreateBotAliasResponse.botAliasStatus()
The current status of the alias.
|
BotAliasStatus |
UpdateBotAliasResponse.botAliasStatus()
The current status of the bot alias.
|
static BotAliasStatus |
BotAliasStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<BotAliasStatus> |
BotAliasStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DeleteBotAliasResponse.Builder |
DeleteBotAliasResponse.Builder.botAliasStatus(BotAliasStatus botAliasStatus)
The current status of the alias.
|
BotAliasSummary.Builder |
BotAliasSummary.Builder.botAliasStatus(BotAliasStatus botAliasStatus)
The current state of the bot alias.
|
DescribeBotAliasResponse.Builder |
DescribeBotAliasResponse.Builder.botAliasStatus(BotAliasStatus botAliasStatus)
The current status of the alias.
|
CreateBotAliasResponse.Builder |
CreateBotAliasResponse.Builder.botAliasStatus(BotAliasStatus botAliasStatus)
The current status of the alias.
|
UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.Builder.botAliasStatus(BotAliasStatus botAliasStatus)
The current status of the bot alias.
|
Copyright © 2023. All rights reserved.