Uses of Class
software.amazon.awssdk.services.bedrockagent.model.DataSourceSummary
Packages that use DataSourceSummary
Package
Description
-
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 DataSourceSummaryModifier and TypeMethodDescriptionfinal List<DataSourceSummary>ListDataSourcesResponse.dataSourceSummaries()A list of objects, each of which contains information about a data source.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type DataSourceSummaryModifier and TypeMethodDescriptionListDataSourcesResponse.Builder.dataSourceSummaries(DataSourceSummary... dataSourceSummaries) A list of objects, each of which contains information about a data source.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type DataSourceSummaryModifier and TypeMethodDescriptionListDataSourcesResponse.Builder.dataSourceSummaries(Collection<DataSourceSummary> dataSourceSummaries) A list of objects, each of which contains information about a data source. -
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 DataSourceSummaryModifier and TypeMethodDescriptionfinal SdkIterable<DataSourceSummary>ListDataSourcesIterable.dataSourceSummaries()Returns an iterable to iterate through the paginatedListDataSourcesResponse.dataSourceSummaries()member.final SdkPublisher<DataSourceSummary>ListDataSourcesPublisher.dataSourceSummaries()Returns a publisher that can be used to get a stream of data.