Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.BotVersionReplicaSummary
-
Packages that use BotVersionReplicaSummary Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of BotVersionReplicaSummary in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type BotVersionReplicaSummary Modifier and Type Method Description List<BotVersionReplicaSummary>ListBotVersionReplicasResponse. botVersionReplicaSummaries()The information summary used for the replicated bots in the list of replicated bots.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type BotVersionReplicaSummary Modifier and Type Method Description ListBotVersionReplicasResponse.BuilderListBotVersionReplicasResponse.Builder. botVersionReplicaSummaries(BotVersionReplicaSummary... botVersionReplicaSummaries)The information summary used for the replicated bots in the list of replicated bots.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type BotVersionReplicaSummary Modifier and Type Method Description ListBotVersionReplicasResponse.BuilderListBotVersionReplicasResponse.Builder. botVersionReplicaSummaries(Collection<BotVersionReplicaSummary> botVersionReplicaSummaries)The information summary used for the replicated bots in the list of replicated bots.
-