Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.BotStatus
-
Packages that use BotStatus Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of BotStatus in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return BotStatus Modifier and Type Method Description BotStatusBotSummary. botStatus()The current status of the bot.BotStatusBotVersionSummary. botStatus()The status of the bot.BotStatusCreateBotResponse. botStatus()Shows the current status of the bot.BotStatusCreateBotVersionResponse. botStatus()When you send a request to create or update a bot, Amazon Lex sets the status response element toCreating.BotStatusDeleteBotResponse. botStatus()The current status of the bot.BotStatusDeleteBotVersionResponse. botStatus()The current status of the bot.BotStatusDescribeBotResponse. botStatus()The current status of the bot.BotStatusDescribeBotVersionResponse. botStatus()The current status of the bot.BotStatusUpdateBotResponse. botStatus()Shows the current status of the bot.static BotStatusBotStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BotStatusBotStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static BotStatus[]BotStatus. 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 BotStatus Modifier and Type Method Description static Set<BotStatus>BotStatus. knownValues()Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type BotStatus Modifier and Type Method Description BotSummary.BuilderBotSummary.Builder. botStatus(BotStatus botStatus)The current status of the bot.BotVersionSummary.BuilderBotVersionSummary.Builder. botStatus(BotStatus botStatus)The status of the bot.CreateBotResponse.BuilderCreateBotResponse.Builder. botStatus(BotStatus botStatus)Shows the current status of the bot.CreateBotVersionResponse.BuilderCreateBotVersionResponse.Builder. botStatus(BotStatus botStatus)When you send a request to create or update a bot, Amazon Lex sets the status response element toCreating.DeleteBotResponse.BuilderDeleteBotResponse.Builder. botStatus(BotStatus botStatus)The current status of the bot.DeleteBotVersionResponse.BuilderDeleteBotVersionResponse.Builder. botStatus(BotStatus botStatus)The current status of the bot.DescribeBotResponse.BuilderDescribeBotResponse.Builder. botStatus(BotStatus botStatus)The current status of the bot.DescribeBotVersionResponse.BuilderDescribeBotVersionResponse.Builder. botStatus(BotStatus botStatus)The current status of the bot.UpdateBotResponse.BuilderUpdateBotResponse.Builder. botStatus(BotStatus botStatus)Shows the current status of the bot.
-