Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowControlNodeType
-
Packages that use FlowControlNodeType Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of FlowControlNodeType in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowControlNodeType Modifier and Type Method Description static FlowControlNodeTypeFlowControlNodeType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FlowControlNodeTypeFlowTraceNodeInputExecutionChainItem. type()The type of execution chain item.FlowControlNodeTypeNodeInputExecutionChainItem. type()The type of execution chain item.static FlowControlNodeTypeFlowControlNodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static FlowControlNodeType[]FlowControlNodeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FlowControlNodeType Modifier and Type Method Description static Set<FlowControlNodeType>FlowControlNodeType. knownValues()Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FlowControlNodeType Modifier and Type Method Description FlowTraceNodeInputExecutionChainItem.BuilderFlowTraceNodeInputExecutionChainItem.Builder. type(FlowControlNodeType type)The type of execution chain item.NodeInputExecutionChainItem.BuilderNodeInputExecutionChainItem.Builder. type(FlowControlNodeType type)The type of execution chain item.
-