Uses of Class
software.amazon.awssdk.services.bedrockagent.model.QueryGenerationTable
-
Packages that use QueryGenerationTable Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of QueryGenerationTable in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type QueryGenerationTable Modifier and Type Method Description List<QueryGenerationTable>QueryGenerationContext. tables()An array of objects, each of which defines information about a table in the database.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type QueryGenerationTable Modifier and Type Method Description QueryGenerationContext.BuilderQueryGenerationContext.Builder. tables(QueryGenerationTable... tables)An array of objects, each of which defines information about a table in the database.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type QueryGenerationTable Modifier and Type Method Description QueryGenerationContext.BuilderQueryGenerationContext.Builder. tables(Collection<QueryGenerationTable> tables)An array of objects, each of which defines information about a table in the database.
-