Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.BotLocaleStatus
-
Packages that use BotLocaleStatus Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of BotLocaleStatus in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return BotLocaleStatus Modifier and Type Method Description BotLocaleStatusBotLocaleSummary. botLocaleStatus()The current status of the bot locale.BotLocaleStatusBuildBotLocaleResponse. botLocaleStatus()The bot's build status.BotLocaleStatusCreateBotLocaleResponse. botLocaleStatus()The status of the bot.BotLocaleStatusDeleteBotLocaleResponse. botLocaleStatus()The status of deleting the bot locale.BotLocaleStatusDescribeBotLocaleResponse. botLocaleStatus()The status of the bot.BotLocaleStatusUpdateBotLocaleResponse. botLocaleStatus()The current status of the locale.static BotLocaleStatusBotLocaleStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BotLocaleStatusBotLocaleStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static BotLocaleStatus[]BotLocaleStatus. 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 BotLocaleStatus Modifier and Type Method Description static Set<BotLocaleStatus>BotLocaleStatus. knownValues()Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type BotLocaleStatus Modifier and Type Method Description BotLocaleSummary.BuilderBotLocaleSummary.Builder. botLocaleStatus(BotLocaleStatus botLocaleStatus)The current status of the bot locale.BuildBotLocaleResponse.BuilderBuildBotLocaleResponse.Builder. botLocaleStatus(BotLocaleStatus botLocaleStatus)The bot's build status.CreateBotLocaleResponse.BuilderCreateBotLocaleResponse.Builder. botLocaleStatus(BotLocaleStatus botLocaleStatus)The status of the bot.DeleteBotLocaleResponse.BuilderDeleteBotLocaleResponse.Builder. botLocaleStatus(BotLocaleStatus botLocaleStatus)The status of deleting the bot locale.DescribeBotLocaleResponse.BuilderDescribeBotLocaleResponse.Builder. botLocaleStatus(BotLocaleStatus botLocaleStatus)The status of the bot.UpdateBotLocaleResponse.BuilderUpdateBotLocaleResponse.Builder. botLocaleStatus(BotLocaleStatus botLocaleStatus)The current status of the locale.
-