Uses of Class
software.amazon.awssdk.services.bedrockagent.model.IncompatibleLoopNodeType
-
Packages that use IncompatibleLoopNodeType Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of IncompatibleLoopNodeType in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return IncompatibleLoopNodeType Modifier and Type Method Description static IncompatibleLoopNodeTypeIncompatibleLoopNodeType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IncompatibleLoopNodeTypeLoopIncompatibleNodeTypeFlowValidationDetails. incompatibleNodeType()The node type of the incompatible node in the DoWhile loop.static IncompatibleLoopNodeTypeIncompatibleLoopNodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static IncompatibleLoopNodeType[]IncompatibleLoopNodeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type IncompatibleLoopNodeType Modifier and Type Method Description static Set<IncompatibleLoopNodeType>IncompatibleLoopNodeType. knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type IncompatibleLoopNodeType Modifier and Type Method Description LoopIncompatibleNodeTypeFlowValidationDetails.BuilderLoopIncompatibleNodeTypeFlowValidationDetails.Builder. incompatibleNodeType(IncompatibleLoopNodeType incompatibleNodeType)The node type of the incompatible node in the DoWhile loop.
-