Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GetKnowledgeBaseResponse
-
Packages that use GetKnowledgeBaseResponse Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents. -
-
Uses of GetKnowledgeBaseResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return GetKnowledgeBaseResponse Modifier and Type Method Description default GetKnowledgeBaseResponseBedrockAgentClient. getKnowledgeBase(Consumer<GetKnowledgeBaseRequest.Builder> getKnowledgeBaseRequest)Gets information about a knoweldge base.default GetKnowledgeBaseResponseBedrockAgentClient. getKnowledgeBase(GetKnowledgeBaseRequest getKnowledgeBaseRequest)Gets information about a knoweldge base.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type GetKnowledgeBaseResponse Modifier and Type Method Description default CompletableFuture<GetKnowledgeBaseResponse>BedrockAgentAsyncClient. getKnowledgeBase(Consumer<GetKnowledgeBaseRequest.Builder> getKnowledgeBaseRequest)Gets information about a knoweldge base.default CompletableFuture<GetKnowledgeBaseResponse>BedrockAgentAsyncClient. getKnowledgeBase(GetKnowledgeBaseRequest getKnowledgeBaseRequest)Gets information about a knoweldge base.
-