Uses of Enum
software.amazon.awssdk.services.bedrockagent.model.FlowConnectionType
Packages that use FlowConnectionType
-
Uses of FlowConnectionType in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return FlowConnectionTypeModifier and TypeMethodDescriptionstatic FlowConnectionTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final FlowConnectionTypeFlowConnection.type()Whether the source node that the connection begins from is a condition node (Conditional) or not (Data).static FlowConnectionTypeReturns the enum constant of this type with the specified name.static FlowConnectionType[]FlowConnectionType.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 FlowConnectionTypeModifier and TypeMethodDescriptionstatic Set<FlowConnectionType>FlowConnectionType.knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type FlowConnectionTypeModifier and TypeMethodDescriptionFlowConnection.Builder.type(FlowConnectionType type) Whether the source node that the connection begins from is a condition node (Conditional) or not (Data).