Uses of Class
software.amazon.awssdk.services.bedrockagent.model.FlowConnection
-
Packages that use FlowConnection Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of FlowConnection in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type FlowConnection Modifier and Type Method Description List<FlowConnection>FlowDefinition. connections()An array of connection definitions in the flow.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type FlowConnection Modifier and Type Method Description FlowDefinition.BuilderFlowDefinition.Builder. connections(FlowConnection... connections)An array of connection definitions in the flow.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type FlowConnection Modifier and Type Method Description FlowDefinition.BuilderFlowDefinition.Builder. connections(Collection<FlowConnection> connections)An array of connection definitions in the flow.
-