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