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()Returns the value of the RoutingConfiguration property for this object.List<AgentAliasRoutingConfigurationListItem>AgentAliasHistoryEvent. routingConfiguration()Returns the value of the RoutingConfiguration property for this object.List<AgentAliasRoutingConfigurationListItem>AgentAliasSummary. routingConfiguration()Returns the value of the RoutingConfiguration property for this object.List<AgentAliasRoutingConfigurationListItem>CreateAgentAliasRequest. routingConfiguration()Returns the value of the RoutingConfiguration property for this object.List<AgentAliasRoutingConfigurationListItem>UpdateAgentAliasRequest. routingConfiguration()Returns the value of the RoutingConfiguration property for this object.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type AgentAliasRoutingConfigurationListItem Modifier and Type Method Description AgentAlias.BuilderAgentAlias.Builder. routingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration)Sets the value of the RoutingConfiguration property for this object.AgentAliasHistoryEvent.BuilderAgentAliasHistoryEvent.Builder. routingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration)Sets the value of the RoutingConfiguration property for this object.AgentAliasSummary.BuilderAgentAliasSummary.Builder. routingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration)Sets the value of the RoutingConfiguration property for this object.CreateAgentAliasRequest.BuilderCreateAgentAliasRequest.Builder. routingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration)Sets the value of the RoutingConfiguration property for this object.UpdateAgentAliasRequest.BuilderUpdateAgentAliasRequest.Builder. routingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration)Sets the value of the RoutingConfiguration property for this object.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)Sets the value of the RoutingConfiguration property for this object.AgentAliasHistoryEvent.BuilderAgentAliasHistoryEvent.Builder. routingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration)Sets the value of the RoutingConfiguration property for this object.AgentAliasSummary.BuilderAgentAliasSummary.Builder. routingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration)Sets the value of the RoutingConfiguration property for this object.CreateAgentAliasRequest.BuilderCreateAgentAliasRequest.Builder. routingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration)Sets the value of the RoutingConfiguration property for this object.UpdateAgentAliasRequest.BuilderUpdateAgentAliasRequest.Builder. routingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration)Sets the value of the RoutingConfiguration property for this object.
-