Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GetKnowledgeBaseRequest
-
Packages that use GetKnowledgeBaseRequest 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 GetKnowledgeBaseRequest in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent with parameters of type GetKnowledgeBaseRequest Modifier and Type Method Description default CompletableFuture<GetKnowledgeBaseResponse>BedrockAgentAsyncClient. getKnowledgeBase(GetKnowledgeBaseRequest getKnowledgeBaseRequest)Gets information about a knoweldge base.default GetKnowledgeBaseResponseBedrockAgentClient. getKnowledgeBase(GetKnowledgeBaseRequest getKnowledgeBaseRequest)Gets information about a knoweldge base. -
Uses of GetKnowledgeBaseRequest in software.amazon.awssdk.services.bedrockagent.transform
Methods in software.amazon.awssdk.services.bedrockagent.transform with parameters of type GetKnowledgeBaseRequest Modifier and Type Method Description SdkHttpFullRequestGetKnowledgeBaseRequestMarshaller. marshall(GetKnowledgeBaseRequest getKnowledgeBaseRequest)
-