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