Uses of Class
software.amazon.awssdk.services.bedrockagent.model.DataSourceSummary
-
Packages that use DataSourceSummary Package Description software.amazon.awssdk.services.bedrockagent.model software.amazon.awssdk.services.bedrockagent.paginators -
-
Uses of DataSourceSummary in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type DataSourceSummary Modifier and Type Method Description List<DataSourceSummary>ListDataSourcesResponse. dataSourceSummaries()Returns the value of the DataSourceSummaries property for this object.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type DataSourceSummary Modifier and Type Method Description ListDataSourcesResponse.BuilderListDataSourcesResponse.Builder. dataSourceSummaries(DataSourceSummary... dataSourceSummaries)Sets the value of the DataSourceSummaries property for this object.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type DataSourceSummary Modifier and Type Method Description ListDataSourcesResponse.BuilderListDataSourcesResponse.Builder. dataSourceSummaries(Collection<DataSourceSummary> dataSourceSummaries)Sets the value of the DataSourceSummaries property for this object. -
Uses of DataSourceSummary in software.amazon.awssdk.services.bedrockagent.paginators
Methods in software.amazon.awssdk.services.bedrockagent.paginators that return types with arguments of type DataSourceSummary Modifier and Type Method Description SdkIterable<DataSourceSummary>ListDataSourcesIterable. dataSourceSummaries()Returns an iterable to iterate through the paginatedListDataSourcesResponse.dataSourceSummaries()member.SdkPublisher<DataSourceSummary>ListDataSourcesPublisher. dataSourceSummaries()Returns a publisher that can be used to get a stream of data.
-