Uses of Class
software.amazon.awssdk.services.bedrockagent.model.OutputFlowNodeConfiguration
-
Packages that use OutputFlowNodeConfiguration Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of OutputFlowNodeConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return OutputFlowNodeConfiguration Modifier and Type Method Description OutputFlowNodeConfigurationFlowNodeConfiguration. output()Contains configurations for an output flow node in your flow.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type OutputFlowNodeConfiguration Modifier and Type Method Description static FlowNodeConfigurationFlowNodeConfiguration. fromOutput(OutputFlowNodeConfiguration output)Create an instance of this class withFlowNodeConfiguration.output()initialized to the given value.FlowNodeConfiguration.BuilderFlowNodeConfiguration.Builder. output(OutputFlowNodeConfiguration output)Contains configurations for an output flow node in your flow.
-