Uses of Class
com.oracle.bmc.adm.requests.CreateKnowledgeBaseRequest
-
Packages that use CreateKnowledgeBaseRequest Package Description com.oracle.bmc.adm com.oracle.bmc.adm.requests -
-
Uses of CreateKnowledgeBaseRequest in com.oracle.bmc.adm
Methods in com.oracle.bmc.adm with parameters of type CreateKnowledgeBaseRequest Modifier and Type Method Description CreateKnowledgeBaseResponse
ApplicationDependencyManagement. createKnowledgeBase(CreateKnowledgeBaseRequest request)
Creates a new Knowledge Base.Future<CreateKnowledgeBaseResponse>
ApplicationDependencyManagementAsync. createKnowledgeBase(CreateKnowledgeBaseRequest request, AsyncHandler<CreateKnowledgeBaseRequest,CreateKnowledgeBaseResponse> handler)
Creates a new Knowledge Base.Future<CreateKnowledgeBaseResponse>
ApplicationDependencyManagementAsyncClient. createKnowledgeBase(CreateKnowledgeBaseRequest request, AsyncHandler<CreateKnowledgeBaseRequest,CreateKnowledgeBaseResponse> handler)
CreateKnowledgeBaseResponse
ApplicationDependencyManagementClient. createKnowledgeBase(CreateKnowledgeBaseRequest request)
Method parameters in com.oracle.bmc.adm with type arguments of type CreateKnowledgeBaseRequest Modifier and Type Method Description Future<CreateKnowledgeBaseResponse>
ApplicationDependencyManagementAsync. createKnowledgeBase(CreateKnowledgeBaseRequest request, AsyncHandler<CreateKnowledgeBaseRequest,CreateKnowledgeBaseResponse> handler)
Creates a new Knowledge Base.Future<CreateKnowledgeBaseResponse>
ApplicationDependencyManagementAsyncClient. createKnowledgeBase(CreateKnowledgeBaseRequest request, AsyncHandler<CreateKnowledgeBaseRequest,CreateKnowledgeBaseResponse> handler)
-
Uses of CreateKnowledgeBaseRequest in com.oracle.bmc.adm.requests
Methods in com.oracle.bmc.adm.requests that return CreateKnowledgeBaseRequest Modifier and Type Method Description CreateKnowledgeBaseRequest
CreateKnowledgeBaseRequest.Builder. build()
Build the instance of CreateKnowledgeBaseRequest as configured by this builderCreateKnowledgeBaseRequest
CreateKnowledgeBaseRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateKnowledgeBaseRequest as configured by this builderMethods in com.oracle.bmc.adm.requests with parameters of type CreateKnowledgeBaseRequest Modifier and Type Method Description CreateKnowledgeBaseRequest.Builder
CreateKnowledgeBaseRequest.Builder. copy(CreateKnowledgeBaseRequest o)
Copy method to populate the builder with values from the given instance.
-