Uses of Enum
software.amazon.awssdk.services.bedrockagent.model.FlowNodeIODataType
Packages that use FlowNodeIODataType
-
Uses of FlowNodeIODataType in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return FlowNodeIODataTypeModifier and TypeMethodDescriptionfinal FlowNodeIODataTypeMismatchedNodeInputTypeFlowValidationDetails.expectedType()The expected data type for the node input.final FlowNodeIODataTypeMismatchedNodeOutputTypeFlowValidationDetails.expectedType()The expected data type for the node output.static FlowNodeIODataTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final FlowNodeIODataTypeFlowNodeInput.type()Specifies the data type of the input.final FlowNodeIODataTypeFlowNodeOutput.type()The data type of the output.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.bedrockagent.model that return types with arguments of type FlowNodeIODataTypeModifier and TypeMethodDescriptionstatic Set<FlowNodeIODataType>FlowNodeIODataType.knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type FlowNodeIODataTypeModifier and TypeMethodDescriptionMismatchedNodeInputTypeFlowValidationDetails.Builder.expectedType(FlowNodeIODataType expectedType) The expected data type for the node input.MismatchedNodeOutputTypeFlowValidationDetails.Builder.expectedType(FlowNodeIODataType expectedType) The expected data type for the node output.FlowNodeInput.Builder.type(FlowNodeIODataType type) Specifies the data type of the input.FlowNodeOutput.Builder.type(FlowNodeIODataType type) The data type of the output.