Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.RetrievalResultContentColumn
-
Packages that use RetrievalResultContentColumn Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of RetrievalResultContentColumn in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type RetrievalResultContentColumn Modifier and Type Method Description List<RetrievalResultContentColumn>RetrievalResultContent. row()Specifies information about the rows with the cells to return in retrieval.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type RetrievalResultContentColumn Modifier and Type Method Description RetrievalResultContent.BuilderRetrievalResultContent.Builder. row(RetrievalResultContentColumn... row)Specifies information about the rows with the cells to return in retrieval.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type RetrievalResultContentColumn Modifier and Type Method Description RetrievalResultContent.BuilderRetrievalResultContent.Builder. row(Collection<RetrievalResultContentColumn> row)Specifies information about the rows with the cells to return in retrieval.
-