Uses of Class
software.amazon.awssdk.services.bedrockagent.model.FlowConnection
Packages that use FlowConnection
-
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 FlowConnectionModifier and TypeMethodDescriptionfinal List<FlowConnection>FlowDefinition.connections()An array of connection definitions in the flow.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type FlowConnectionModifier and TypeMethodDescriptionFlowDefinition.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 FlowConnectionModifier and TypeMethodDescriptionFlowDefinition.Builder.connections(Collection<FlowConnection> connections) An array of connection definitions in the flow.