Uses of Enum
software.amazon.awssdk.services.bedrockagentruntime.model.FlowControlNodeType
Packages that use FlowControlNodeType
-
Uses of FlowControlNodeType in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowControlNodeTypeModifier and TypeMethodDescriptionstatic FlowControlNodeTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final FlowControlNodeTypeFlowTraceNodeInputExecutionChainItem.type()The type of execution chain item.final FlowControlNodeTypeNodeInputExecutionChainItem.type()The type of execution chain item.static FlowControlNodeTypeReturns 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 FlowControlNodeTypeModifier and TypeMethodDescriptionstatic Set<FlowControlNodeType>FlowControlNodeType.knownValues()Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FlowControlNodeTypeModifier and TypeMethodDescriptionFlowTraceNodeInputExecutionChainItem.Builder.type(FlowControlNodeType type) The type of execution chain item.NodeInputExecutionChainItem.Builder.type(FlowControlNodeType type) The type of execution chain item.