Uses of Class
software.amazon.awssdk.services.bedrockagent.model.FlowConnectionConfiguration
Packages that use FlowConnectionConfiguration
-
Uses of FlowConnectionConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return FlowConnectionConfigurationModifier and TypeMethodDescriptionFlowConnection.configuration()The configuration of the connection.static FlowConnectionConfigurationFlowConnectionConfiguration.fromConditional(Consumer<FlowConditionalConnectionConfiguration.Builder> conditional) Create an instance of this class withconditional()initialized to the given value.static FlowConnectionConfigurationFlowConnectionConfiguration.fromConditional(FlowConditionalConnectionConfiguration conditional) Create an instance of this class withconditional()initialized to the given value.static FlowConnectionConfigurationFlowConnectionConfiguration.fromData(Consumer<FlowDataConnectionConfiguration.Builder> data) Create an instance of this class withdata()initialized to the given value.static FlowConnectionConfigurationFlowConnectionConfiguration.fromData(FlowDataConnectionConfiguration data) Create an instance of this class withdata()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type FlowConnectionConfigurationModifier and TypeMethodDescriptionFlowConnection.Builder.configuration(FlowConnectionConfiguration configuration) The configuration of the connection.