Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GetAgentKnowledgeBaseResponse
-
Packages that use GetAgentKnowledgeBaseResponse Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents. -
-
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 information about a knowledge base associated with an agent.default GetAgentKnowledgeBaseResponseBedrockAgentClient. getAgentKnowledgeBase(GetAgentKnowledgeBaseRequest getAgentKnowledgeBaseRequest)Gets information about a knowledge base associated with an agent.Methods 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 information about a knowledge base associated with an agent.default CompletableFuture<GetAgentKnowledgeBaseResponse>BedrockAgentAsyncClient. getAgentKnowledgeBase(GetAgentKnowledgeBaseRequest getAgentKnowledgeBaseRequest)Gets information about a knowledge base associated with an agent.
-