Uses of Class
software.amazon.awssdk.services.bedrockagent.model.QueryGenerationTable
Packages that use QueryGenerationTable
-
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 QueryGenerationTableModifier and TypeMethodDescriptionfinal 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 QueryGenerationTableModifier and TypeMethodDescriptionQueryGenerationContext.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 QueryGenerationTableModifier and TypeMethodDescriptionQueryGenerationContext.Builder.tables(Collection<QueryGenerationTable> tables) An array of objects, each of which defines information about a table in the database.