Uses of Class
software.amazon.awssdk.services.bedrockagent.model.AgentAliasHistoryEvent
Packages that use AgentAliasHistoryEvent
-
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 AgentAliasHistoryEventModifier and TypeMethodDescriptionfinal List<AgentAliasHistoryEvent>AgentAlias.agentAliasHistoryEvents()Contains details about the history of the alias.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type AgentAliasHistoryEventModifier and TypeMethodDescriptionAgentAlias.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 AgentAliasHistoryEventModifier and TypeMethodDescriptionAgentAlias.Builder.agentAliasHistoryEvents(Collection<AgentAliasHistoryEvent> agentAliasHistoryEvents) Contains details about the history of the alias.