Uses of Class
software.amazon.awssdk.services.bedrockagent.model.DataSourceConfiguration
-
Packages that use DataSourceConfiguration Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of DataSourceConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return DataSourceConfiguration Modifier and Type Method Description DataSourceConfigurationCreateDataSourceRequest. dataSourceConfiguration()Returns the value of the DataSourceConfiguration property for this object.DataSourceConfigurationDataSource. dataSourceConfiguration()Returns the value of the DataSourceConfiguration property for this object.DataSourceConfigurationUpdateDataSourceRequest. dataSourceConfiguration()Returns the value of the DataSourceConfiguration property for this object.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type DataSourceConfiguration Modifier and Type Method Description CreateDataSourceRequest.BuilderCreateDataSourceRequest.Builder. dataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)Sets the value of the DataSourceConfiguration property for this object.DataSource.BuilderDataSource.Builder. dataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)Sets the value of the DataSourceConfiguration property for this object.UpdateDataSourceRequest.BuilderUpdateDataSourceRequest.Builder. dataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)Sets the value of the DataSourceConfiguration property for this object.
-