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