Uses of Class
software.amazon.awssdk.services.bedrockagent.model.FlowAliasConcurrencyConfiguration
Packages that use FlowAliasConcurrencyConfiguration
-
Uses of FlowAliasConcurrencyConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return FlowAliasConcurrencyConfigurationModifier and TypeMethodDescriptionCreateFlowAliasRequest.concurrencyConfiguration()The configuration that specifies how nodes in the flow are executed in parallel.CreateFlowAliasResponse.concurrencyConfiguration()The configuration that specifies how nodes in the flow are executed in parallel.FlowAliasSummary.concurrencyConfiguration()The configuration that specifies how nodes in the flow are executed concurrently.GetFlowAliasResponse.concurrencyConfiguration()The configuration that specifies how nodes in the flow are executed in parallel.UpdateFlowAliasRequest.concurrencyConfiguration()The configuration that specifies how nodes in the flow are executed in parallel.UpdateFlowAliasResponse.concurrencyConfiguration()The configuration that specifies how nodes in the flow are executed in parallel.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type FlowAliasConcurrencyConfigurationModifier and TypeMethodDescriptionCreateFlowAliasRequest.Builder.concurrencyConfiguration(FlowAliasConcurrencyConfiguration concurrencyConfiguration) The configuration that specifies how nodes in the flow are executed in parallel.CreateFlowAliasResponse.Builder.concurrencyConfiguration(FlowAliasConcurrencyConfiguration concurrencyConfiguration) The configuration that specifies how nodes in the flow are executed in parallel.FlowAliasSummary.Builder.concurrencyConfiguration(FlowAliasConcurrencyConfiguration concurrencyConfiguration) The configuration that specifies how nodes in the flow are executed concurrently.GetFlowAliasResponse.Builder.concurrencyConfiguration(FlowAliasConcurrencyConfiguration concurrencyConfiguration) The configuration that specifies how nodes in the flow are executed in parallel.UpdateFlowAliasRequest.Builder.concurrencyConfiguration(FlowAliasConcurrencyConfiguration concurrencyConfiguration) The configuration that specifies how nodes in the flow are executed in parallel.UpdateFlowAliasResponse.Builder.concurrencyConfiguration(FlowAliasConcurrencyConfiguration concurrencyConfiguration) The configuration that specifies how nodes in the flow are executed in parallel.