Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.BotAliasStatus
-
Packages that use BotAliasStatus Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of BotAliasStatus in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return BotAliasStatus Modifier and Type Method Description BotAliasStatusBotAliasSummary. botAliasStatus()The current state of the bot alias.BotAliasStatusCreateBotAliasResponse. botAliasStatus()The current status of the alias.BotAliasStatusDeleteBotAliasResponse. botAliasStatus()The current status of the alias.BotAliasStatusDescribeBotAliasResponse. botAliasStatus()The current status of the alias.BotAliasStatusUpdateBotAliasResponse. botAliasStatus()The current status of the bot alias.static BotAliasStatusBotAliasStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BotAliasStatusBotAliasStatus. 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.Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type BotAliasStatus Modifier and Type Method Description static Set<BotAliasStatus>BotAliasStatus. knownValues()Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type BotAliasStatus Modifier and Type Method Description BotAliasSummary.BuilderBotAliasSummary.Builder. botAliasStatus(BotAliasStatus botAliasStatus)The current state of the bot alias.CreateBotAliasResponse.BuilderCreateBotAliasResponse.Builder. botAliasStatus(BotAliasStatus botAliasStatus)The current status of the alias.DeleteBotAliasResponse.BuilderDeleteBotAliasResponse.Builder. botAliasStatus(BotAliasStatus botAliasStatus)The current status of the alias.DescribeBotAliasResponse.BuilderDescribeBotAliasResponse.Builder. botAliasStatus(BotAliasStatus botAliasStatus)The current status of the alias.UpdateBotAliasResponse.BuilderUpdateBotAliasResponse.Builder. botAliasStatus(BotAliasStatus botAliasStatus)The current status of the bot alias.
-