| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
AgentAliasHistoryEvent |
AgentAliasHistoryEvent.clone() |
AgentAliasHistoryEvent |
AgentAliasHistoryEvent.withEndDate(Date endDate)
The date that the alias stopped being associated to the version in the
routingConfiguration object |
AgentAliasHistoryEvent |
AgentAliasHistoryEvent.withRoutingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration)
Contains details about the version of the agent with which the alias is associated.
|
AgentAliasHistoryEvent |
AgentAliasHistoryEvent.withRoutingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration)
Contains details about the version of the agent with which the alias is associated.
|
AgentAliasHistoryEvent |
AgentAliasHistoryEvent.withStartDate(Date startDate)
The date that the alias began being associated to the version in the
routingConfiguration object. |
| Modifier and Type | Method and Description |
|---|---|
List<AgentAliasHistoryEvent> |
AgentAlias.getAgentAliasHistoryEvents()
Contains details about the history of the alias.
|
| Modifier and Type | Method and Description |
|---|---|
AgentAlias |
AgentAlias.withAgentAliasHistoryEvents(AgentAliasHistoryEvent... agentAliasHistoryEvents)
Contains details about the history of the alias.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AgentAlias.setAgentAliasHistoryEvents(Collection<AgentAliasHistoryEvent> agentAliasHistoryEvents)
Contains details about the history of the alias.
|
AgentAlias |
AgentAlias.withAgentAliasHistoryEvents(Collection<AgentAliasHistoryEvent> agentAliasHistoryEvents)
Contains details about the history of the alias.
|
Copyright © 2024. All rights reserved.