Uses of Class
software.amazon.awssdk.services.bedrockagent.model.FlowNodeOutput
Packages that use FlowNodeOutput
-
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 FlowNodeOutputModifier and TypeMethodDescriptionfinal 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 FlowNodeOutputModifier and TypeMethodDescriptionFlowNode.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 FlowNodeOutputModifier and TypeMethodDescriptionFlowNode.Builder.outputs(Collection<FlowNodeOutput> outputs) A list of objects, each of which contains information about an output from the node.