Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.Status
-
Packages that use Status Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of Status in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return Status Modifier and Type Method Description static StatusStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StatusBotMetadata. status()The status of the bot.StatusCreateBotVersionResponse. status()When you send a request to create or update a bot, Amazon Lex sets thestatusresponse element toBUILDING.StatusGetBotResponse. status()The status of the bot.StatusPutBotResponse. status()When you send a request to create a bot withprocessBehaviorset toBUILD, Amazon Lex sets thestatusresponse element toBUILDING.static StatusStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Status[]Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type Status Modifier and Type Method Description static Set<Status>Status. knownValues()Methods in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type Status Modifier and Type Method Description BotMetadata.BuilderBotMetadata.Builder. status(Status status)The status of the bot.CreateBotVersionResponse.BuilderCreateBotVersionResponse.Builder. status(Status status)When you send a request to create or update a bot, Amazon Lex sets thestatusresponse element toBUILDING.GetBotResponse.BuilderGetBotResponse.Builder. status(Status status)The status of the bot.PutBotResponse.BuilderPutBotResponse.Builder. status(Status status)When you send a request to create a bot withprocessBehaviorset toBUILD, Amazon Lex sets thestatusresponse element toBUILDING.
-