Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.NodeType
-
Packages that use NodeType Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of NodeType in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return NodeType Modifier and Type Method Description static NodeTypeNodeType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NodeTypeFlowMultiTurnInputRequestEvent. nodeType()The type of the node in the flow that is requesting the input.NodeTypeFlowOutputEvent. nodeType()The type of the node that the output is from.static NodeTypeNodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeType[]NodeType. 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 NodeType Modifier and Type Method Description static Set<NodeType>NodeType. knownValues()Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type NodeType Modifier and Type Method Description FlowMultiTurnInputRequestEvent.BuilderFlowMultiTurnInputRequestEvent.Builder. nodeType(NodeType nodeType)The type of the node in the flow that is requesting the input.FlowMultiTurnInputRequestEvent.BuilderFlowMultiTurnInputRequestEvent.BuilderImpl. nodeType(NodeType nodeType)FlowOutputEvent.BuilderFlowOutputEvent.Builder. nodeType(NodeType nodeType)The type of the node that the output is from.FlowOutputEvent.BuilderFlowOutputEvent.BuilderImpl. nodeType(NodeType nodeType)
-