| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
AgentAlias |
AgentAlias.clone() |
AgentAlias |
UpdateAgentAliasResult.getAgentAlias()
Contains details about the alias that was updated.
|
AgentAlias |
GetAgentAliasResult.getAgentAlias()
Contains information about the alias.
|
AgentAlias |
CreateAgentAliasResult.getAgentAlias()
Contains details about the alias that was created.
|
AgentAlias |
AgentAlias.withAgentAliasArn(String agentAliasArn)
The Amazon Resource Name (ARN) of the alias of the agent.
|
AgentAlias |
AgentAlias.withAgentAliasHistoryEvents(AgentAliasHistoryEvent... agentAliasHistoryEvents)
Contains details about the history of the alias.
|
AgentAlias |
AgentAlias.withAgentAliasHistoryEvents(Collection<AgentAliasHistoryEvent> agentAliasHistoryEvents)
Contains details about the history of the alias.
|
AgentAlias |
AgentAlias.withAgentAliasId(String agentAliasId)
The unique identifier of the alias of the agent.
|
AgentAlias |
AgentAlias.withAgentAliasName(String agentAliasName)
The name of the alias of the agent.
|
AgentAlias |
AgentAlias.withAgentAliasStatus(AgentAliasStatus agentAliasStatus)
The status of the alias of the agent and whether it is ready for use.
|
AgentAlias |
AgentAlias.withAgentAliasStatus(String agentAliasStatus)
The status of the alias of the agent and whether it is ready for use.
|
AgentAlias |
AgentAlias.withAgentId(String agentId)
The unique identifier of the agent.
|
AgentAlias |
AgentAlias.withClientToken(String clientToken)
A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
|
AgentAlias |
AgentAlias.withCreatedAt(Date createdAt)
The time at which the alias of the agent was created.
|
AgentAlias |
AgentAlias.withDescription(String description)
The description of the alias of the agent.
|
AgentAlias |
AgentAlias.withFailureReasons(Collection<String> failureReasons)
Information on the failure of Provisioned Throughput assigned to an agent alias.
|
AgentAlias |
AgentAlias.withFailureReasons(String... failureReasons)
Information on the failure of Provisioned Throughput assigned to an agent alias.
|
AgentAlias |
AgentAlias.withRoutingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration)
Contains details about the routing configuration of the alias.
|
AgentAlias |
AgentAlias.withRoutingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration)
Contains details about the routing configuration of the alias.
|
AgentAlias |
AgentAlias.withUpdatedAt(Date updatedAt)
The time at which the alias was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateAgentAliasResult.setAgentAlias(AgentAlias agentAlias)
Contains details about the alias that was updated.
|
void |
GetAgentAliasResult.setAgentAlias(AgentAlias agentAlias)
Contains information about the alias.
|
void |
CreateAgentAliasResult.setAgentAlias(AgentAlias agentAlias)
Contains details about the alias that was created.
|
UpdateAgentAliasResult |
UpdateAgentAliasResult.withAgentAlias(AgentAlias agentAlias)
Contains details about the alias that was updated.
|
GetAgentAliasResult |
GetAgentAliasResult.withAgentAlias(AgentAlias agentAlias)
Contains information about the alias.
|
CreateAgentAliasResult |
CreateAgentAliasResult.withAgentAlias(AgentAlias agentAlias)
Contains details about the alias that was created.
|
Copyright © 2024. All rights reserved.