Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ListAgentKnowledgeBasesResponse
-
Packages that use ListAgentKnowledgeBasesResponse Package Description software.amazon.awssdk.services.bedrockagent An example service, deployed with the Octane Service creator, which will echo the stringsoftware.amazon.awssdk.services.bedrockagent.paginators -
-
Uses of ListAgentKnowledgeBasesResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return ListAgentKnowledgeBasesResponse Modifier and Type Method Description default ListAgentKnowledgeBasesResponseBedrockAgentClient. listAgentKnowledgeBases(Consumer<ListAgentKnowledgeBasesRequest.Builder> listAgentKnowledgeBasesRequest)List of Knowledge Bases associated to an existing Amazon Bedrock Agent Versiondefault ListAgentKnowledgeBasesResponseBedrockAgentClient. listAgentKnowledgeBases(ListAgentKnowledgeBasesRequest listAgentKnowledgeBasesRequest)List of Knowledge Bases associated to an existing Amazon Bedrock Agent VersionMethods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type ListAgentKnowledgeBasesResponse Modifier and Type Method Description default CompletableFuture<ListAgentKnowledgeBasesResponse>BedrockAgentAsyncClient. listAgentKnowledgeBases(Consumer<ListAgentKnowledgeBasesRequest.Builder> listAgentKnowledgeBasesRequest)List of Knowledge Bases associated to an existing Amazon Bedrock Agent Versiondefault CompletableFuture<ListAgentKnowledgeBasesResponse>BedrockAgentAsyncClient. listAgentKnowledgeBases(ListAgentKnowledgeBasesRequest listAgentKnowledgeBasesRequest)List of Knowledge Bases associated to an existing Amazon Bedrock Agent Version -
Uses of ListAgentKnowledgeBasesResponse in software.amazon.awssdk.services.bedrockagent.paginators
Methods in software.amazon.awssdk.services.bedrockagent.paginators that return types with arguments of type ListAgentKnowledgeBasesResponse Modifier and Type Method Description Iterator<ListAgentKnowledgeBasesResponse>ListAgentKnowledgeBasesIterable. iterator()Method parameters in software.amazon.awssdk.services.bedrockagent.paginators with type arguments of type ListAgentKnowledgeBasesResponse Modifier and Type Method Description voidListAgentKnowledgeBasesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAgentKnowledgeBasesResponse> subscriber)
-