Uses of Class
software.amazon.awssdk.services.bedrockagent.model.QueryGenerationColumn
Packages that use QueryGenerationColumn
-
Uses of QueryGenerationColumn in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type QueryGenerationColumnModifier and TypeMethodDescriptionfinal List<QueryGenerationColumn>QueryGenerationTable.columns()An array of objects, each of which defines information about a column in the table.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type QueryGenerationColumnModifier and TypeMethodDescriptionQueryGenerationTable.Builder.columns(QueryGenerationColumn... columns) An array of objects, each of which defines information about a column in the table.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type QueryGenerationColumnModifier and TypeMethodDescriptionQueryGenerationTable.Builder.columns(Collection<QueryGenerationColumn> columns) An array of objects, each of which defines information about a column in the table.