| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
AgentAliasSummary |
AgentAliasSummary.clone() |
AgentAliasSummary |
AgentAliasSummary.withAgentAliasId(String agentAliasId)
Contains details about
|
AgentAliasSummary |
AgentAliasSummary.withAgentAliasName(String agentAliasName)
The name of the alias.
|
AgentAliasSummary |
AgentAliasSummary.withAgentAliasStatus(AgentAliasStatus agentAliasStatus)
The status of the alias.
|
AgentAliasSummary |
AgentAliasSummary.withAgentAliasStatus(String agentAliasStatus)
The status of the alias.
|
AgentAliasSummary |
AgentAliasSummary.withCreatedAt(Date createdAt)
The time at which the alias of the agent was created.
|
AgentAliasSummary |
AgentAliasSummary.withDescription(String description)
The description of the alias.
|
AgentAliasSummary |
AgentAliasSummary.withRoutingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration)
Contains details about the version of the agent with which the alias is associated.
|
AgentAliasSummary |
AgentAliasSummary.withRoutingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration)
Contains details about the version of the agent with which the alias is associated.
|
AgentAliasSummary |
AgentAliasSummary.withUpdatedAt(Date updatedAt)
The time at which the alias was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<AgentAliasSummary> |
ListAgentAliasesResult.getAgentAliasSummaries()
A list of objects, each of which contains information about an alias of the agent.
|
| Modifier and Type | Method and Description |
|---|---|
ListAgentAliasesResult |
ListAgentAliasesResult.withAgentAliasSummaries(AgentAliasSummary... agentAliasSummaries)
A list of objects, each of which contains information about an alias of the agent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAgentAliasesResult.setAgentAliasSummaries(Collection<AgentAliasSummary> agentAliasSummaries)
A list of objects, each of which contains information about an alias of the agent.
|
ListAgentAliasesResult |
ListAgentAliasesResult.withAgentAliasSummaries(Collection<AgentAliasSummary> agentAliasSummaries)
A list of objects, each of which contains information about an alias of the agent.
|
Copyright © 2025. All rights reserved.