Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GetAgentKnowledgeBaseResponse
-
Packages that use GetAgentKnowledgeBaseResponse Package Description software.amazon.awssdk.services.bedrockagent An example service, deployed with the Octane Service creator, which will echo the string -
-
Uses of GetAgentKnowledgeBaseResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return GetAgentKnowledgeBaseResponse Modifier and Type Method Description default GetAgentKnowledgeBaseResponseBedrockAgentClient. getAgentKnowledgeBase(Consumer<GetAgentKnowledgeBaseRequest.Builder> getAgentKnowledgeBaseRequest)Gets a knowledge base associated to an existing Amazon Bedrock Agent Versiondefault GetAgentKnowledgeBaseResponseBedrockAgentClient. getAgentKnowledgeBase(GetAgentKnowledgeBaseRequest getAgentKnowledgeBaseRequest)Gets a knowledge base associated to an existing Amazon Bedrock Agent VersionMethods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type GetAgentKnowledgeBaseResponse Modifier and Type Method Description default CompletableFuture<GetAgentKnowledgeBaseResponse>BedrockAgentAsyncClient. getAgentKnowledgeBase(Consumer<GetAgentKnowledgeBaseRequest.Builder> getAgentKnowledgeBaseRequest)Gets a knowledge base associated to an existing Amazon Bedrock Agent Versiondefault CompletableFuture<GetAgentKnowledgeBaseResponse>BedrockAgentAsyncClient. getAgentKnowledgeBase(GetAgentKnowledgeBaseRequest getAgentKnowledgeBaseRequest)Gets a knowledge base associated to an existing Amazon Bedrock Agent Version
-