Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.BotMember
-
Packages that use BotMember Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of BotMember in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type BotMember Modifier and Type Method Description List<BotMember>CreateBotRequest. botMembers()The list of bot members in a network to be created.List<BotMember>CreateBotResponse. botMembers()The list of bots in a network that was created.List<BotMember>DescribeBotResponse. botMembers()The list of bots in the network that was described.List<BotMember>DescribeBotVersionResponse. botMembers()The members of bot network in the version that was described.List<BotMember>UpdateBotRequest. botMembers()The list of bot members in the network associated with the update action.List<BotMember>UpdateBotResponse. botMembers()The list of bot members in the network that was updated.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type BotMember Modifier and Type Method Description CreateBotRequest.BuilderCreateBotRequest.Builder. botMembers(BotMember... botMembers)The list of bot members in a network to be created.CreateBotResponse.BuilderCreateBotResponse.Builder. botMembers(BotMember... botMembers)The list of bots in a network that was created.DescribeBotResponse.BuilderDescribeBotResponse.Builder. botMembers(BotMember... botMembers)The list of bots in the network that was described.DescribeBotVersionResponse.BuilderDescribeBotVersionResponse.Builder. botMembers(BotMember... botMembers)The members of bot network in the version that was described.UpdateBotRequest.BuilderUpdateBotRequest.Builder. botMembers(BotMember... botMembers)The list of bot members in the network associated with the update action.UpdateBotResponse.BuilderUpdateBotResponse.Builder. botMembers(BotMember... botMembers)The list of bot members in the network that was updated.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type BotMember Modifier and Type Method Description CreateBotRequest.BuilderCreateBotRequest.Builder. botMembers(Collection<BotMember> botMembers)The list of bot members in a network to be created.CreateBotResponse.BuilderCreateBotResponse.Builder. botMembers(Collection<BotMember> botMembers)The list of bots in a network that was created.DescribeBotResponse.BuilderDescribeBotResponse.Builder. botMembers(Collection<BotMember> botMembers)The list of bots in the network that was described.DescribeBotVersionResponse.BuilderDescribeBotVersionResponse.Builder. botMembers(Collection<BotMember> botMembers)The members of bot network in the version that was described.UpdateBotRequest.BuilderUpdateBotRequest.Builder. botMembers(Collection<BotMember> botMembers)The list of bot members in the network associated with the update action.UpdateBotResponse.BuilderUpdateBotResponse.Builder. botMembers(Collection<BotMember> botMembers)The list of bot members in the network that was updated.
-