Uses of Class
software.amazon.awssdk.services.bedrockagent.model.AgentAliasRoutingConfigurationListItem
Packages that use AgentAliasRoutingConfigurationListItem
-
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 AgentAliasRoutingConfigurationListItemModifier and TypeMethodDescriptionAgentAlias.routingConfiguration()Contains details about the routing configuration of the alias.AgentAliasHistoryEvent.routingConfiguration()Contains details about the version of the agent with which the alias is associated.AgentAliasSummary.routingConfiguration()Contains details about the version of the agent with which the alias is associated.CreateAgentAliasRequest.routingConfiguration()Contains details about the routing configuration of the alias.UpdateAgentAliasRequest.routingConfiguration()Contains details about the routing configuration of the alias.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type AgentAliasRoutingConfigurationListItemModifier and TypeMethodDescriptionAgentAlias.Builder.routingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration) Contains details about the routing configuration of the alias.AgentAliasHistoryEvent.Builder.routingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration) Contains details about the version of the agent with which the alias is associated.AgentAliasSummary.Builder.routingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration) Contains details about the version of the agent with which the alias is associated.CreateAgentAliasRequest.Builder.routingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration) Contains details about the routing configuration of the alias.UpdateAgentAliasRequest.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 AgentAliasRoutingConfigurationListItemModifier and TypeMethodDescriptionAgentAlias.Builder.routingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration) Contains details about the routing configuration of the alias.AgentAliasHistoryEvent.Builder.routingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration) Contains details about the version of the agent with which the alias is associated.AgentAliasSummary.Builder.routingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration) Contains details about the version of the agent with which the alias is associated.CreateAgentAliasRequest.Builder.routingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration) Contains details about the routing configuration of the alias.UpdateAgentAliasRequest.Builder.routingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration) Contains details about the routing configuration of the alias.