Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GetAgentKnowledgeBaseRequest
-
Packages that use GetAgentKnowledgeBaseRequest Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents.software.amazon.awssdk.services.bedrockagent.transform -
-
Uses of GetAgentKnowledgeBaseRequest in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent with parameters of type GetAgentKnowledgeBaseRequest Modifier and Type Method Description default CompletableFuture<GetAgentKnowledgeBaseResponse>BedrockAgentAsyncClient. getAgentKnowledgeBase(GetAgentKnowledgeBaseRequest 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. -
Uses of GetAgentKnowledgeBaseRequest in software.amazon.awssdk.services.bedrockagent.transform
Methods in software.amazon.awssdk.services.bedrockagent.transform with parameters of type GetAgentKnowledgeBaseRequest Modifier and Type Method Description SdkHttpFullRequestGetAgentKnowledgeBaseRequestMarshaller. marshall(GetAgentKnowledgeBaseRequest getAgentKnowledgeBaseRequest)
-