Uses of Class
software.amazon.awssdk.services.bedrockagent.model.DataSource
-
Packages that use DataSource Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of DataSource in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return DataSource Modifier and Type Method Description DataSourceCreateDataSourceResponse. dataSource()Returns the value of the DataSource property for this object.DataSourceGetDataSourceResponse. dataSource()Returns the value of the DataSource property for this object.DataSourceUpdateDataSourceResponse. dataSource()Returns the value of the DataSource property for this object.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type DataSource Modifier and Type Method Description CreateDataSourceResponse.BuilderCreateDataSourceResponse.Builder. dataSource(DataSource dataSource)Sets the value of the DataSource property for this object.GetDataSourceResponse.BuilderGetDataSourceResponse.Builder. dataSource(DataSource dataSource)Sets the value of the DataSource property for this object.UpdateDataSourceResponse.BuilderUpdateDataSourceResponse.Builder. dataSource(DataSource dataSource)Sets the value of the DataSource property for this object.
-