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