| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
AgentAliasHistoryEvent |
AgentAliasHistoryEvent.clone() |
AgentAliasHistoryEvent |
AgentAliasHistoryEvent.withEndDate(Date endDate) |
AgentAliasHistoryEvent |
AgentAliasHistoryEvent.withRoutingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration)
NOTE: This method appends the values to the existing list (if any).
|
AgentAliasHistoryEvent |
AgentAliasHistoryEvent.withRoutingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration) |
AgentAliasHistoryEvent |
AgentAliasHistoryEvent.withStartDate(Date startDate) |
| Modifier and Type | Method and Description |
|---|---|
List<AgentAliasHistoryEvent> |
AgentAlias.getAgentAliasHistoryEvents() |
| Modifier and Type | Method and Description |
|---|---|
AgentAlias |
AgentAlias.withAgentAliasHistoryEvents(AgentAliasHistoryEvent... agentAliasHistoryEvents)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
AgentAlias.setAgentAliasHistoryEvents(Collection<AgentAliasHistoryEvent> agentAliasHistoryEvents) |
AgentAlias |
AgentAlias.withAgentAliasHistoryEvents(Collection<AgentAliasHistoryEvent> agentAliasHistoryEvents) |
Copyright © 2023. All rights reserved.