Uses of Class
software.amazon.awssdk.services.qconnect.model.GetKnowledgeBaseRequest
-
Packages that use GetKnowledgeBaseRequest Package Description software.amazon.awssdk.services.qconnect software.amazon.awssdk.services.qconnect.transform -
-
Uses of GetKnowledgeBaseRequest in software.amazon.awssdk.services.qconnect
Methods in software.amazon.awssdk.services.qconnect with parameters of type GetKnowledgeBaseRequest Modifier and Type Method Description default CompletableFuture<GetKnowledgeBaseResponse>QConnectAsyncClient. getKnowledgeBase(GetKnowledgeBaseRequest getKnowledgeBaseRequest)Retrieves information about the knowledge base.default GetKnowledgeBaseResponseQConnectClient. getKnowledgeBase(GetKnowledgeBaseRequest getKnowledgeBaseRequest)Retrieves information about the knowledge base. -
Uses of GetKnowledgeBaseRequest in software.amazon.awssdk.services.qconnect.transform
Methods in software.amazon.awssdk.services.qconnect.transform with parameters of type GetKnowledgeBaseRequest Modifier and Type Method Description SdkHttpFullRequestGetKnowledgeBaseRequestMarshaller. marshall(GetKnowledgeBaseRequest getKnowledgeBaseRequest)
-