Uses of Enum
software.amazon.awssdk.services.bedrockagentruntime.model.RetrievalResultContentColumnType
Packages that use RetrievalResultContentColumnType
-
Uses of RetrievalResultContentColumnType in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return RetrievalResultContentColumnTypeModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.RetrievalResultContentColumn.type()The data type of the value.Returns the enum constant of this type with the specified name.static RetrievalResultContentColumnType[]RetrievalResultContentColumnType.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 RetrievalResultContentColumnTypeModifier and TypeMethodDescriptionstatic Set<RetrievalResultContentColumnType>RetrievalResultContentColumnType.knownValues()Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type RetrievalResultContentColumnTypeModifier and TypeMethodDescriptionRetrievalResultContentColumn.Builder.type(RetrievalResultContentColumnType type) The data type of the value.