Uses of Class
software.amazon.awssdk.services.bedrockagent.model.FlowDataConnectionConfiguration
-
Packages that use FlowDataConnectionConfiguration Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of FlowDataConnectionConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return FlowDataConnectionConfiguration Modifier and Type Method Description FlowDataConnectionConfigurationFlowConnectionConfiguration. data()The configuration of a connection originating from a node that isn't a Condition node.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type FlowDataConnectionConfiguration Modifier and Type Method Description FlowConnectionConfiguration.BuilderFlowConnectionConfiguration.Builder. data(FlowDataConnectionConfiguration data)The configuration of a connection originating from a node that isn't a Condition node.static FlowConnectionConfigurationFlowConnectionConfiguration. fromData(FlowDataConnectionConfiguration data)Create an instance of this class withFlowConnectionConfiguration.data()initialized to the given value.
-