Uses of Class
software.amazon.awssdk.services.bedrockagent.model.AgentAliasRoutingConfigurationListItem
-
Packages that use AgentAliasRoutingConfigurationListItem Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of AgentAliasRoutingConfigurationListItem in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type AgentAliasRoutingConfigurationListItem Modifier and Type Method Description List<AgentAliasRoutingConfigurationListItem>AgentAlias. routingConfiguration()Contains details about the routing configuration of the alias.List<AgentAliasRoutingConfigurationListItem>AgentAliasHistoryEvent. routingConfiguration()Contains details about the version of the agent with which the alias is associated.List<AgentAliasRoutingConfigurationListItem>AgentAliasSummary. routingConfiguration()Contains details about the version of the agent with which the alias is associated.List<AgentAliasRoutingConfigurationListItem>CreateAgentAliasRequest. routingConfiguration()Contains details about the routing configuration of the alias.List<AgentAliasRoutingConfigurationListItem>UpdateAgentAliasRequest. routingConfiguration()Contains details about the routing configuration of the alias.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type AgentAliasRoutingConfigurationListItem Modifier and Type Method Description AgentAlias.BuilderAgentAlias.Builder. routingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration)Contains details about the routing configuration of the alias.AgentAliasHistoryEvent.BuilderAgentAliasHistoryEvent.Builder. routingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration)Contains details about the version of the agent with which the alias is associated.AgentAliasSummary.BuilderAgentAliasSummary.Builder. routingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration)Contains details about the version of the agent with which the alias is associated.CreateAgentAliasRequest.BuilderCreateAgentAliasRequest.Builder. routingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration)Contains details about the routing configuration of the alias.UpdateAgentAliasRequest.BuilderUpdateAgentAliasRequest.Builder. routingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration)Contains details about the routing configuration of the alias.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type AgentAliasRoutingConfigurationListItem Modifier and Type Method Description AgentAlias.BuilderAgentAlias.Builder. routingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration)Contains details about the routing configuration of the alias.AgentAliasHistoryEvent.BuilderAgentAliasHistoryEvent.Builder. routingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration)Contains details about the version of the agent with which the alias is associated.AgentAliasSummary.BuilderAgentAliasSummary.Builder. routingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration)Contains details about the version of the agent with which the alias is associated.CreateAgentAliasRequest.BuilderCreateAgentAliasRequest.Builder. routingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration)Contains details about the routing configuration of the alias.UpdateAgentAliasRequest.BuilderUpdateAgentAliasRequest.Builder. routingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration)Contains details about the routing configuration of the alias.
-