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