Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.BotAliasReplicaSummary
-
Packages that use BotAliasReplicaSummary Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of BotAliasReplicaSummary in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type BotAliasReplicaSummary Modifier and Type Method Description List<BotAliasReplicaSummary>ListBotAliasReplicasResponse. botAliasReplicaSummaries()The summary information of the replicated bot created from the source bot alias.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type BotAliasReplicaSummary Modifier and Type Method Description ListBotAliasReplicasResponse.BuilderListBotAliasReplicasResponse.Builder. botAliasReplicaSummaries(BotAliasReplicaSummary... botAliasReplicaSummaries)The summary information of the replicated bot created from the source bot alias.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type BotAliasReplicaSummary Modifier and Type Method Description ListBotAliasReplicasResponse.BuilderListBotAliasReplicasResponse.Builder. botAliasReplicaSummaries(Collection<BotAliasReplicaSummary> botAliasReplicaSummaries)The summary information of the replicated bot created from the source bot alias.
-