Uses of Class
software.amazon.awssdk.services.bedrockagent.model.AgentAliasHistoryEvent
-
Packages that use AgentAliasHistoryEvent Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of AgentAliasHistoryEvent in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type AgentAliasHistoryEvent Modifier and Type Method Description List<AgentAliasHistoryEvent>AgentAlias. agentAliasHistoryEvents()Contains details about the history of the alias.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type AgentAliasHistoryEvent Modifier and Type Method Description AgentAlias.BuilderAgentAlias.Builder. agentAliasHistoryEvents(AgentAliasHistoryEvent... agentAliasHistoryEvents)Contains details about the history of the alias.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type AgentAliasHistoryEvent Modifier and Type Method Description AgentAlias.BuilderAgentAlias.Builder. agentAliasHistoryEvents(Collection<AgentAliasHistoryEvent> agentAliasHistoryEvents)Contains details about the history of the alias.
-