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