Uses of Enum
software.amazon.awssdk.services.bedrockagent.model.IncompatibleLoopNodeType
Packages that use IncompatibleLoopNodeType
-
Uses of IncompatibleLoopNodeType in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return IncompatibleLoopNodeTypeModifier and TypeMethodDescriptionstatic IncompatibleLoopNodeTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final IncompatibleLoopNodeTypeLoopIncompatibleNodeTypeFlowValidationDetails.incompatibleNodeType()The node type of the incompatible node in the DoWhile loop.static IncompatibleLoopNodeTypeReturns 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 IncompatibleLoopNodeTypeModifier and TypeMethodDescriptionstatic Set<IncompatibleLoopNodeType>IncompatibleLoopNodeType.knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type IncompatibleLoopNodeTypeModifier and TypeMethodDescriptionLoopIncompatibleNodeTypeFlowValidationDetails.Builder.incompatibleNodeType(IncompatibleLoopNodeType incompatibleNodeType) The node type of the incompatible node in the DoWhile loop.