Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.BotAliasHistoryEvent
-
Packages that use BotAliasHistoryEvent Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of BotAliasHistoryEvent in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type BotAliasHistoryEvent Modifier and Type Method Description List<BotAliasHistoryEvent>DescribeBotAliasResponse. botAliasHistoryEvents()A list of events that affect a bot alias.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type BotAliasHistoryEvent Modifier and Type Method Description DescribeBotAliasResponse.BuilderDescribeBotAliasResponse.Builder. botAliasHistoryEvents(BotAliasHistoryEvent... botAliasHistoryEvents)A list of events that affect a bot alias.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type BotAliasHistoryEvent Modifier and Type Method Description DescribeBotAliasResponse.BuilderDescribeBotAliasResponse.Builder. botAliasHistoryEvents(Collection<BotAliasHistoryEvent> botAliasHistoryEvents)A list of events that affect a bot alias.
-