Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ListDataSourcesResponse.Builder
Packages that use ListDataSourcesResponse.Builder
-
Uses of ListDataSourcesResponse.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ListDataSourcesResponse.BuilderModifier and TypeMethodDescriptionListDataSourcesResponse.builder()ListDataSourcesResponse.Builder.dataSourceSummaries(Collection<DataSourceSummary> dataSourceSummaries) A list of objects, each of which contains information about a data source.ListDataSourcesResponse.Builder.dataSourceSummaries(Consumer<DataSourceSummary.Builder>... dataSourceSummaries) A list of objects, each of which contains information about a data source.ListDataSourcesResponse.Builder.dataSourceSummaries(DataSourceSummary... dataSourceSummaries) A list of objects, each of which contains information about a data source.If the total number of results is greater than themaxResultsvalue provided in the request, use this token when making another request in thenextTokenfield to return the next batch of results.ListDataSourcesResponse.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ListDataSourcesResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListDataSourcesResponse.Builder>ListDataSourcesResponse.serializableBuilderClass()