Uses of Class
software.amazon.awssdk.services.bedrockagent.model.FlowNodeOutput
-
Packages that use FlowNodeOutput Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of FlowNodeOutput in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type FlowNodeOutput Modifier and Type Method Description List<FlowNodeOutput>FlowNode. outputs()A list of objects, each of which contains information about an output from the node.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type FlowNodeOutput Modifier and Type Method Description FlowNode.BuilderFlowNode.Builder. outputs(FlowNodeOutput... outputs)A list of objects, each of which contains information about an output from the node.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type FlowNodeOutput Modifier and Type Method Description FlowNode.BuilderFlowNode.Builder. outputs(Collection<FlowNodeOutput> outputs)A list of objects, each of which contains information about an output from the node.
-