Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GetKnowledgeBaseResponse
Packages that use GetKnowledgeBaseResponse
Package
Description
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 GetKnowledgeBaseResponseModifier and TypeMethodDescriptiondefault GetKnowledgeBaseResponseBedrockAgentClient.getKnowledgeBase(Consumer<GetKnowledgeBaseRequest.Builder> getKnowledgeBaseRequest) Gets information about a knowledge base.default GetKnowledgeBaseResponseBedrockAgentClient.getKnowledgeBase(GetKnowledgeBaseRequest getKnowledgeBaseRequest) Gets information about a knowledge base.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type GetKnowledgeBaseResponseModifier and TypeMethodDescriptionBedrockAgentAsyncClient.getKnowledgeBase(Consumer<GetKnowledgeBaseRequest.Builder> getKnowledgeBaseRequest) Gets information about a knowledge base.BedrockAgentAsyncClient.getKnowledgeBase(GetKnowledgeBaseRequest getKnowledgeBaseRequest) Gets information about a knowledge base.