Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ListDataSourcesResponse
-
Packages that use ListDataSourcesResponse Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents.software.amazon.awssdk.services.bedrockagent.paginators -
-
Uses of ListDataSourcesResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return ListDataSourcesResponse Modifier and Type Method Description default ListDataSourcesResponseBedrockAgentClient. listDataSources(Consumer<ListDataSourcesRequest.Builder> listDataSourcesRequest)Lists the data sources in a knowledge base and information about each one.default ListDataSourcesResponseBedrockAgentClient. listDataSources(ListDataSourcesRequest listDataSourcesRequest)Lists the data sources in a knowledge base and information about each one.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type ListDataSourcesResponse Modifier and Type Method Description default CompletableFuture<ListDataSourcesResponse>BedrockAgentAsyncClient. listDataSources(Consumer<ListDataSourcesRequest.Builder> listDataSourcesRequest)Lists the data sources in a knowledge base and information about each one.default CompletableFuture<ListDataSourcesResponse>BedrockAgentAsyncClient. listDataSources(ListDataSourcesRequest listDataSourcesRequest)Lists the data sources in a knowledge base and information about each one. -
Uses of ListDataSourcesResponse in software.amazon.awssdk.services.bedrockagent.paginators
Methods in software.amazon.awssdk.services.bedrockagent.paginators that return types with arguments of type ListDataSourcesResponse Modifier and Type Method Description Iterator<ListDataSourcesResponse>ListDataSourcesIterable. iterator()Method parameters in software.amazon.awssdk.services.bedrockagent.paginators with type arguments of type ListDataSourcesResponse Modifier and Type Method Description voidListDataSourcesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDataSourcesResponse> subscriber)
-