Uses of Class
software.amazon.awssdk.services.bedrockagent.model.FlowAliasRoutingConfigurationListItem
-
Packages that use FlowAliasRoutingConfigurationListItem Package Description software.amazon.awssdk.services.bedrockagent.model -
-
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 FlowAliasRoutingConfigurationListItem Modifier and Type Method Description List<FlowAliasRoutingConfigurationListItem>CreateFlowAliasRequest. routingConfiguration()Contains information about the version to which to map the alias.List<FlowAliasRoutingConfigurationListItem>CreateFlowAliasResponse. routingConfiguration()Contains information about the version that the alias is mapped to.List<FlowAliasRoutingConfigurationListItem>FlowAliasSummary. routingConfiguration()A list of configurations about the versions that the alias maps to.List<FlowAliasRoutingConfigurationListItem>GetFlowAliasResponse. routingConfiguration()Contains information about the version that the alias is mapped to.List<FlowAliasRoutingConfigurationListItem>UpdateFlowAliasRequest. routingConfiguration()Contains information about the version to which to map the alias.List<FlowAliasRoutingConfigurationListItem>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 FlowAliasRoutingConfigurationListItem Modifier and Type Method Description CreateFlowAliasRequest.BuilderCreateFlowAliasRequest.Builder. routingConfiguration(FlowAliasRoutingConfigurationListItem... routingConfiguration)Contains information about the version to which to map the alias.CreateFlowAliasResponse.BuilderCreateFlowAliasResponse.Builder. routingConfiguration(FlowAliasRoutingConfigurationListItem... routingConfiguration)Contains information about the version that the alias is mapped to.FlowAliasSummary.BuilderFlowAliasSummary.Builder. routingConfiguration(FlowAliasRoutingConfigurationListItem... routingConfiguration)A list of configurations about the versions that the alias maps to.GetFlowAliasResponse.BuilderGetFlowAliasResponse.Builder. routingConfiguration(FlowAliasRoutingConfigurationListItem... routingConfiguration)Contains information about the version that the alias is mapped to.UpdateFlowAliasRequest.BuilderUpdateFlowAliasRequest.Builder. routingConfiguration(FlowAliasRoutingConfigurationListItem... routingConfiguration)Contains information about the version to which to map the alias.UpdateFlowAliasResponse.BuilderUpdateFlowAliasResponse.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 FlowAliasRoutingConfigurationListItem Modifier and Type Method Description CreateFlowAliasRequest.BuilderCreateFlowAliasRequest.Builder. routingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration)Contains information about the version to which to map the alias.CreateFlowAliasResponse.BuilderCreateFlowAliasResponse.Builder. routingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration)Contains information about the version that the alias is mapped to.FlowAliasSummary.BuilderFlowAliasSummary.Builder. routingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration)A list of configurations about the versions that the alias maps to.GetFlowAliasResponse.BuilderGetFlowAliasResponse.Builder. routingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration)Contains information about the version that the alias is mapped to.UpdateFlowAliasRequest.BuilderUpdateFlowAliasRequest.Builder. routingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration)Contains information about the version to which to map the alias.UpdateFlowAliasResponse.BuilderUpdateFlowAliasResponse.Builder. routingConfiguration(Collection<FlowAliasRoutingConfigurationListItem> routingConfiguration)Contains information about the version that the alias is mapped to.
-