Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ParentBotNetwork
-
Packages that use ParentBotNetwork Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of ParentBotNetwork in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type ParentBotNetwork Modifier and Type Method Description List<ParentBotNetwork>DescribeBotAliasResponse. parentBotNetworks()A list of the networks to which the bot alias you described belongs.List<ParentBotNetwork>DescribeBotVersionResponse. parentBotNetworks()A list of the networks to which the bot version you described belongs.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type ParentBotNetwork Modifier and Type Method Description DescribeBotAliasResponse.BuilderDescribeBotAliasResponse.Builder. parentBotNetworks(ParentBotNetwork... parentBotNetworks)A list of the networks to which the bot alias you described belongs.DescribeBotVersionResponse.BuilderDescribeBotVersionResponse.Builder. parentBotNetworks(ParentBotNetwork... parentBotNetworks)A list of the networks to which the bot version you described belongs.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type ParentBotNetwork Modifier and Type Method Description DescribeBotAliasResponse.BuilderDescribeBotAliasResponse.Builder. parentBotNetworks(Collection<ParentBotNetwork> parentBotNetworks)A list of the networks to which the bot alias you described belongs.DescribeBotVersionResponse.BuilderDescribeBotVersionResponse.Builder. parentBotNetworks(Collection<ParentBotNetwork> parentBotNetworks)A list of the networks to which the bot version you described belongs.
-