Uses of Class
software.amazon.awssdk.services.bedrockagent.model.FlowConnectionConfiguration
-
Packages that use FlowConnectionConfiguration Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of FlowConnectionConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return FlowConnectionConfiguration Modifier and Type Method Description FlowConnectionConfigurationFlowConnection. 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 FlowConnectionConfiguration Modifier and Type Method Description FlowConnection.BuilderFlowConnection.Builder. configuration(FlowConnectionConfiguration configuration)The configuration of the connection.
-