Uses of Class
software.amazon.awssdk.services.bedrockagent.model.FlowNodeIODataType
-
Packages that use FlowNodeIODataType Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of FlowNodeIODataType in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return FlowNodeIODataType Modifier and Type Method Description static FlowNodeIODataTypeFlowNodeIODataType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FlowNodeIODataTypeFlowNodeInput. type()The data type of the input.FlowNodeIODataTypeFlowNodeOutput. type()The data type of the output.static FlowNodeIODataTypeFlowNodeIODataType. valueOf(String name)Returns 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 FlowNodeIODataType Modifier and Type Method Description static Set<FlowNodeIODataType>FlowNodeIODataType. knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type FlowNodeIODataType Modifier and Type Method Description FlowNodeInput.BuilderFlowNodeInput.Builder. type(FlowNodeIODataType type)The data type of the input.FlowNodeOutput.BuilderFlowNodeOutput.Builder. type(FlowNodeIODataType type)The data type of the output.
-