Uses of Enum
software.amazon.awssdk.services.bedrockagentruntime.model.FlowNodeIODataType
Packages that use FlowNodeIODataType
-
Uses of FlowNodeIODataType in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowNodeIODataTypeModifier and TypeMethodDescriptionstatic FlowNodeIODataTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final FlowNodeIODataTypeFlowTraceNodeInputField.type()The data type of the input field for compatibility validation.final FlowNodeIODataTypeFlowTraceNodeOutputField.type()The data type of the output field for compatibility validation.final FlowNodeIODataTypeNodeInputField.type()The data type of the input field for compatibility validation.final FlowNodeIODataTypeNodeOutputField.type()The data type of the output field for compatibility validation.static FlowNodeIODataTypeReturns the enum constant of this type with the specified name.static FlowNodeIODataType[]FlowNodeIODataType.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 FlowNodeIODataTypeModifier and TypeMethodDescriptionstatic Set<FlowNodeIODataType>FlowNodeIODataType.knownValues()Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FlowNodeIODataTypeModifier and TypeMethodDescriptionFlowTraceNodeInputField.Builder.type(FlowNodeIODataType type) The data type of the input field for compatibility validation.FlowTraceNodeOutputField.Builder.type(FlowNodeIODataType type) The data type of the output field for compatibility validation.NodeInputField.Builder.type(FlowNodeIODataType type) The data type of the input field for compatibility validation.NodeOutputField.Builder.type(FlowNodeIODataType type) The data type of the output field for compatibility validation.