Uses of Class
software.amazon.awssdk.services.bedrockagent.model.FlowAliasRoutingConfigurationListItem
Packages that use FlowAliasRoutingConfigurationListItem
-
Uses of FlowAliasRoutingConfigurationListItem in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type FlowAliasRoutingConfigurationListItemModifier and TypeMethodDescriptionCreateFlowAliasRequest.routingConfiguration()Contains information about the version to which to map the alias.CreateFlowAliasResponse.routingConfiguration()Contains information about the version that the alias is mapped to.FlowAliasSummary.routingConfiguration()A list of configurations about the versions that the alias maps to.GetFlowAliasResponse.routingConfiguration()Contains information about the version that the alias is mapped to.UpdateFlowAliasRequest.routingConfiguration()Contains information about the version to which to map the alias.UpdateFlowAliasResponse.routingConfiguration()Contains information about the version that the alias is mapped to.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type FlowAliasRoutingConfigurationListItemModifier and TypeMethodDescriptionCreateFlowAliasRequest.Builder.routingConfiguration(FlowAliasRoutingConfigurationListItem... routingConfiguration) Contains information about the version to which to map the alias.CreateFlowAliasResponse.Builder.routingConfiguration(FlowAliasRoutingConfigurationListItem... routingConfiguration) Contains information about the version that the alias is mapped to.FlowAliasSummary.Builder.routingConfiguration(FlowAliasRoutingConfigurationListItem... routingConfiguration) A list of configurations about the versions that the alias maps to.GetFlowAliasResponse.Builder.routingConfiguration(FlowAliasRoutingConfigurationListItem... routingConfiguration) Contains information about the version that the alias is mapped to.UpdateFlowAliasRequest.Builder.routingConfiguration(FlowAliasRoutingConfigurationListItem... routingConfiguration) Contains information about the version to which to map the alias.UpdateFlowAliasResponse.Builder.routingConfiguration(FlowAliasRoutingConfigurationListItem... routingConfiguration) Contains information about the version that the alias is mapped to.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type FlowAliasRoutingConfigurationListItemModifier and TypeMethodDescriptionCreateFlowAliasRequest.Builder.routingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration) Contains information about the version to which to map the alias.CreateFlowAliasResponse.Builder.routingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration) Contains information about the version that the alias is mapped to.FlowAliasSummary.Builder.routingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration) A list of configurations about the versions that the alias maps to.GetFlowAliasResponse.Builder.routingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration) Contains information about the version that the alias is mapped to.UpdateFlowAliasRequest.Builder.routingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration) Contains information about the version to which to map the alias.UpdateFlowAliasResponse.Builder.routingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration) Contains information about the version that the alias is mapped to.