Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.BotReplicaStatus
-
Packages that use BotReplicaStatus Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of BotReplicaStatus in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return BotReplicaStatus Modifier and Type Method Description BotReplicaStatusBotReplicaSummary. botReplicaStatus()The operation status for the replicated bot applicable.BotReplicaStatusCreateBotReplicaResponse. botReplicaStatus()The operational status of the replicated bot generated.BotReplicaStatusDeleteBotReplicaResponse. botReplicaStatus()The operational status of the replicated bot generated.BotReplicaStatusDescribeBotReplicaResponse. botReplicaStatus()The operational status of the replicated bot being monitored.static BotReplicaStatusBotReplicaStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BotReplicaStatusBotReplicaStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static BotReplicaStatus[]BotReplicaStatus. 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 BotReplicaStatus Modifier and Type Method Description static Set<BotReplicaStatus>BotReplicaStatus. knownValues()Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type BotReplicaStatus Modifier and Type Method Description BotReplicaSummary.BuilderBotReplicaSummary.Builder. botReplicaStatus(BotReplicaStatus botReplicaStatus)The operation status for the replicated bot applicable.CreateBotReplicaResponse.BuilderCreateBotReplicaResponse.Builder. botReplicaStatus(BotReplicaStatus botReplicaStatus)The operational status of the replicated bot generated.DeleteBotReplicaResponse.BuilderDeleteBotReplicaResponse.Builder. botReplicaStatus(BotReplicaStatus botReplicaStatus)The operational status of the replicated bot generated.DescribeBotReplicaResponse.BuilderDescribeBotReplicaResponse.Builder. botReplicaStatus(BotReplicaStatus botReplicaStatus)The operational status of the replicated bot being monitored.
-