Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.BotReplicaSummary
-
Packages that use BotReplicaSummary Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of BotReplicaSummary in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type BotReplicaSummary Modifier and Type Method Description List<BotReplicaSummary>ListBotReplicasResponse. botReplicaSummaries()The summary details for the replicated bots.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type BotReplicaSummary Modifier and Type Method Description ListBotReplicasResponse.BuilderListBotReplicasResponse.Builder. botReplicaSummaries(BotReplicaSummary... botReplicaSummaries)The summary details for the replicated bots.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type BotReplicaSummary Modifier and Type Method Description ListBotReplicasResponse.BuilderListBotReplicasResponse.Builder. botReplicaSummaries(Collection<BotReplicaSummary> botReplicaSummaries)The summary details for the replicated bots.
-