Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.RetrievalResultSqlLocation
-
Packages that use RetrievalResultSqlLocation Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of RetrievalResultSqlLocation in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return RetrievalResultSqlLocation Modifier and Type Method Description RetrievalResultSqlLocationRetrievalResultLocation. sqlLocation()Specifies information about the SQL query used to retrieve the result.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type RetrievalResultSqlLocation Modifier and Type Method Description RetrievalResultLocation.BuilderRetrievalResultLocation.Builder. sqlLocation(RetrievalResultSqlLocation sqlLocation)Specifies information about the SQL query used to retrieve the result.
-