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()Returns the value of the AgentAliasHistoryEvents property for this object.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type AgentAliasHistoryEvent Modifier and Type Method Description AgentAlias.BuilderAgentAlias.Builder. agentAliasHistoryEvents(AgentAliasHistoryEvent... agentAliasHistoryEvents)Sets the value of the AgentAliasHistoryEvents property for this object.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)Sets the value of the AgentAliasHistoryEvents property for this object.
-