Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.BotVersionSummary
-
Packages that use BotVersionSummary Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of BotVersionSummary in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type BotVersionSummary Modifier and Type Method Description List<BotVersionSummary>ListBotVersionsResponse. botVersionSummaries()Summary information for the bot versions that meet the filter criteria specified in the request.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type BotVersionSummary Modifier and Type Method Description ListBotVersionsResponse.BuilderListBotVersionsResponse.Builder. botVersionSummaries(BotVersionSummary... botVersionSummaries)Summary information for the bot versions that meet the filter criteria specified in the request.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type BotVersionSummary Modifier and Type Method Description ListBotVersionsResponse.BuilderListBotVersionsResponse.Builder. botVersionSummaries(Collection<BotVersionSummary> botVersionSummaries)Summary information for the bot versions that meet the filter criteria specified in the request.
-